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 / sandhiya.g
declaration should made before the clear screen statement
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
#include
Why c is called a mid level programming language?
What is a stream?
What is a scope resolution operator in c?
Write a program to print all permutations of a given string.
What does node * mean?
Explain what is the most efficient way to store flag values?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Why is extern used in c?
will u please send me the placement papers to my mail???????????????????
Explain enumerated types in c language?
code for quick sort?
How are 16- and 32-bit numbers stored?
Explain how can I remove the trailing spaces from a string?
Explain what are the advantages and disadvantages of a heap?