how many error occurs in C language ?

Answer Posted / yogesh

183 types of Errors.

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the argument of a function in c?

790


Write the Program to reverse a string using pointers.

805


What is function pointer c?

798


What is the basic structure of c?

791


What are c header files?

785


Why static is used in c?

840


What are the 5 elements of structure?

823


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3252


What are formal parameters?

860


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1508


What is pointer to pointer in c?

863


What is a constant?

820


Tell me about low level programming languages.

877


C language questions for civil engineering

1478


how to make a scientific calculater ?

1804