Explain the difference between strcpy() and memcpy() function?
list the no of files created when c source file is compiled
What are the advantages of union?
Explain what are global variables and explain how do you declare them?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
Software Interview Questions
how to implement stack work as a queue?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);
how to TOGGLE Nth bit of variable in a MACRO
Explain the advantages of using macro in c language?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,