How are variables declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What are the preprocessor categories?
write a program to display the numbers having digit 9 in the given range from 1 to 100
In which area global, external variables are stored?
Why is c fast?
What is the difference between void main and main in c?
What is the scope of local variable in c?
What are pointers in C? Give an example where to illustrate their significance.
What is derived datatype in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
writw a program to insert an element in the begning of a doubly linked list
m=++i&&++j(||)k++ printf("%d"i,j,k,m)