What is the difference between the local variable and global variable in c?
two variables are added answer is stored on not for third variable how it is possible?
Write a C program in Fibonacci series.
what is the self-referential structure?
how to swap 4 number without using temporary number?
what is diffrence between string and character array?
What do you know about the use of bit field?
Differentiate between full, complete & perfect binary trees.
what is the use of using linked list and array?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What should not contain a header file?
p*=(++q)++*--p when p=q=1 while(q<=6)