Can a variable be both constant and volatile?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
what is the difference between definition and declaration? give me some examples.
What is define c?
what is data structure?
Do you have any idea about the use of "auto" keyword?
if we take a number as a char then can we manipulate(add, subtract) on this number
What is diffrance between declaration and defination of a variable or function
Which is the memory area not included in C program? give the reason
Are the expressions * ptr ++ and ++ * ptr same?
write a c program to find biggest of 3 number without relational operator?
Write a program to identify if a given binary tree is balanced or not.