What does sizeof return c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are actual arguments?
Why doesn't C have nested functions?
Explain how do you declare an array that will hold more than 64kb of data?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
The variables are int sum=10,SuM=20; these are same or different?
Is c still relevant?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
Write a program that his output * *** *****
Can a program have multiple main() functions?
How would you print out the data in a binary tree, level by level, starting at the top?