when i declare as:
void main()
{
clrscr();
int a=10;
printf("%d",a)
}
my problem that why generate a error in above programs.
please tell me answer seriously .
Answer Posted / khurshid alam
sorry brother your simple mistake following this
printf("%d",a); // here semicolon(;) must be
now run your program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data type long in c?
Between macros and functions,which is better to use and why?
In which layer of the network datastructure format change is done
What is difference between static and global variable in c?
What is conio h in c?
Why do we use null pointer?
What is a string?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is array within structure?
What does == mean in texting?
What is the difference between exit() and _exit() function in c?
What is nested structure?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is extern c used for?