#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}
Answer Posted / drashti
3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a #include preprocessor?
What are local static variables?
Why c language?
how is the examination pattern?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain the use of bit fieild.
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is function in c with example?
Explain what is the general form of a c program?
How do I use strcmp?
Why is c known as a mother language?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How can you read a directory in a C program?
Write a program for finding factorial of a number.
Combinations of fibanocci prime series