How do you construct an increment statement or decrement statement in C?
No Answer is Posted For this Question
Be the First to Post Answer
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is void main ()?
What is the size of structure in c?
What does the format %10.2 mean when included in a printf statement?
Tell me is null always defined as 0(zero)?
how can we print hellow world programme without using semicolon
What is difference between main and void main?
What are the concepts introduced in OOPs?
write a program to swap two numbers without using temporary variable?
What is the purpose of sprintf() function?
what is object oriental programing?
How many keywords are there in c?