how many error occurs in C language ?
Answers were Sorted based on User's Feedback
Answer / kalpana.y
we canot say that c language has how many errors
it is based on paticular program
| Is This Answer Correct ? | 20 Yes | 42 No |
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
how to execute with out main in cprogram
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
What is the correct declaration of main?
Is file a keyword in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
what is the use of macro program
What is stack in c?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
What is meant by errors and debugging?
What is the full form of getch?