what is different between auto and local static? why should we use local static?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What is void main () in c?
Define circular linked list.
Here is a neat trick for checking whether two strings are equal
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Why header files are used?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
How we can set and clear bit in a byte using macro function?
Explain how can you determine the size of an allocated portion of memory?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
How can a program be made to print the name of a source file where an error occurs?