void main()
{
int i=5;
printf("%d",i+++++i);
}
Answer Posted / shruti
i think it will give a compilation error..
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is break in c?
What is the right type to use for boolean values in c? Is there a standard type?
How can you find the exact size of a data type in c?
What is strcpy() function?
Why is c called a mid-level programming language?
What is 02d in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Can we initialize extern variable in c?
What is the use of getch ()?
Is array a primitive data type in c?
How can I read data from data files with particular formats?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
How can I list all of the predefined identifiers?
How can type-insensitive macros be created?