main()
{
int i = 10;
printf(" %d %d %d
", ++i, i++, ++i);
}
No Answer is Posted For this Question
Be the First to Post Answer
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
List some applications of c programming language?
what is the difference b/w compiler and debugger?
Where static variables are stored in c?
What is meaning of tree
What are header files and what are its uses in C programming?
Explain the concept of "dangling pointers" in C.
What is string function c?
Why cant I open a file by its explicit path?
What are Macros? What are its advantages and disadvantages?
Method Overloading exist in c ?
What is 'bus error'?