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 / swaroop
clrscr()
should be after the declaration of variables
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is a rvalue?
What are the application of c?
What is wrong with this code?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is a char c?
Write a program to swap two numbers without using third variable in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
How can I find the modification date and time of a file?
When should volatile modifier be used?
List the different types of c tokens?
Is register a keyword in c?