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
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
simple program of graphics and their output display
how should functions be apportioned among source files?
What is pointer in c?
which is an algorithm for sorting in a growing Lexicographic order
Why main function is special give two reasons?
What is the difference between procedural and functional programming?
Where static variables are stored in c?
Is c procedural or object oriented?
difference between object file and executable file
how to make a scientific calculater ?
Differentiate Source Codes from Object Codes
where are auto variables stored? What are the characteristics of an auto variable?
What are the disadvantages of a shell structure?
What is a pointer variable in c language?