Why static variable is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
what is compiler
What are the differences between new and malloc in C?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What are called c variables?
Why do we write return 0 in c?
What is a node in c?
What is bubble sort in c?
What do you mean by recursion in c?
What is the concatenation operator?
What is volatile, register definition in C
What is signed and unsigned?