September 21, 2024
wp-header-logo-19.png
https://www.youtube.com/watch?v=hbVWoUfk8lo


Want to study for Tech Placements/Internships from us : Our Latest Placement Batches : linktr.ee/apnacollege.in Shradha Ma’am …

20 thoughts on “What is the future of Software Engineering in next 5 years?

  1. mam,I am learing c by myself and facing this issue
    here x is character array
    and I am writing program to reverse a string… where ‘name’ is character array

    printf(“%s”,x); —> this does not print anything and in any program this statement is not working

    #include
    #include

    int main(){
    char name[20];
    printf(“enter a name: “);
    scanf(“%s”,name);
    printf(“before %s n”,name);

    char temp];
    int i =0;
    int j =strlen(name);
    printf(“j = %d”,j);
    while(i

Leave a Reply

Your email address will not be published. Required fields are marked *