how many error occurs in C language ?
Answer Posted / gracy
when the question is correct the answer will be correct
with out errors
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
what is the structure pointer?
What is data structure in c language?
What is scope rule of function in c?
When should the const modifier be used?
What is advantage of pointer in c?
What is data type long in c?
How do you generate random numbers in C?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How do shell structures work?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain what is the difference between #include and #include 'file' ?
How many levels of pointers can you have?
How can I call a function with an argument list built up at run time?