Does c have class?
No Answer is Posted For this Question
Be the First to Post Answer
why do some people write if(0 == x) instead of if(x == 0)?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is an lvalue in c?
Explain union. What are its advantages?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
An array name contains base address of the array. Can we change the base address of the array?
What does 3 periods mean in texting?
What does a run-time "null pointer assignment" error mean?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
why we use "include" word before calling the header file. is there any special name for that include??????
What is a memory leak in structures? How can we rectify that?
How can I remove the trailing spaces from a string?