What the different types of arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain can static variables be declared in a header file?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is the size of a union variable?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
how to implement stack operation using singly linked list
write an interactive program to generate the divisors of a given integer.
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What is the most efficient way to store flag values?
Where define directive used?
When should volatile modifier be used?
Is multithreading possible in c?