main()
{
int a;
a=++100;
printf("%d",a);
getch();
}
Answer Posted / khurshid alam
Sorry Error first define a=0; or any value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between %d and %i in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
write a program for the normal snake games find in most of the mobiles.
Function calling procedures? and their differences? Why should one go for Call by Reference?
How many keywords (reserve words) are in c?
What is the difference between null pointer and wild pointer?
What is #line used for?
What is a nested formula?
What are global variables and how do you declare them?
Is c++ based on c?
What are terms in math?
Is the exit() function same as the return statement? Explain.
Write a program to print "hello world" without using a semicolon?
Can true be a variable name in c?
What is the use of #define preprocessor in c?