How do you define CONSTANT in C?
No Answer is Posted For this Question
Be the First to Post Answer
different between overloading and overriding
Why doesnt long int work?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
can i know the source code for reversing a linked list with out using a temporary variable?
What is dynamic memory allocation?
Where register variables are stored in c?
Output for following program using for loop only * * * * * * * * * * * * * * *
What does %c mean in c?
Can i use “int” data type to store the value 32768? Why?
Define C in your own Language.
which one is highest Priority in c? a)=,b)+,c)++,d)==