void main()
{
int i=5;
printf("%d",i+++++i);
}
Post New Answer View All Answers
Explain Function Pointer?
What is a function simple definition?
How can you find out how much memory is available?
Write a code of a general series where the next element is the sum of last k terms.
Do array subscripts always start with zero?
what is uses of .net
Explain what are multibyte characters?
What is a loop?
What is getche() function?
Explain the ternary tree?
Is c a great language, or what?
What is wild pointer in c with example?
Is a pointer a kind of array?
Is c is a low level language?
What are qualifiers and modifiers c?