how many error occurs in C language ?
Post New Answer View All Answers
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain c preprocessor?
Does * p ++ increment p or what it points to?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What does void main () mean?
Write a C program to count the number of email on text
What is ## preprocessor operator in c?
What are the different types of data structures in c?
Is c procedural or functional?
Explain the use of 'auto' keyword
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is a double c?
What are the string functions? List some string functions available in c.
What is %g in c?
What is the difference between text files and binary files?