void main()
{
int i=5;
printf("%d",i+++++i);
}
Post New Answer View All Answers
Apart from dennis ritchie who the other person who contributed in design of c language.
Why is void main used?
When c language was developed?
Explain the difference between getch() and getche() in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Explain why c is faster than c++?
How can you tell whether a program was compiled using c versus c++?
What is the size of a union variable?
Why is c called a structured programming language?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
How to compare array with pointer in c?
Explain zero based addressing.
Calculate 1*2*3*____*n using recursive function??
Process by which one bit pattern in to another by bit wise operation is?