how many error occurs in C language ?

Answer Posted / satya prakash

I think there are four error in c language symtex
error,logical error(sementex error) run time error, linking
error

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What should malloc(0) do?

615


What are the 5 data types?

600


Why isn't any of this standardized in c? Any real program has to do some of these things.

623


What are predefined functions in c?

568


Explain 'far' and 'near' pointers in c.

706






what will be the output for the following main() { printf("hi" "hello"); }

9332


Is c is a middle level language?

597


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1451


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

700


What are enumerated types?

655


Difference between Function to pointer and pointer to function

633


In which layer of the network datastructure format change is done

1433


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1520


What is pointers in c with example?

583


What is clrscr in c?

677