how many error occurs in C language ?
Answer Posted / mohmedali
errors depends on that programs and human mistakes.
| Is This Answer Correct ? | 20 Yes | 27 No |
Post New Answer View All Answers
What are the storage classes in C?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Explain what is the purpose of "extern" keyword in a function declaration?
What do you mean by command line argument?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Is main a keyword in c?
plz let me know how to become a telecom protocol tester. thank you.
What is structure and union in c?
What is the difference between functions getch() and getche()?
Explain what happens if you free a pointer twice?
What is the difference between variable declaration and variable definition in c?
What is pass by reference in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is indirection? How many levels of pointers can you have?