How many types of errors are there in c language? Explain


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


Tell me the use of bit field in c language?

0 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,


What is queue in c?

0 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


When should volatile modifier be used?

0 Answers  


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

0 Answers   Infosys,


shorting algorithmS

0 Answers   Wipro,


How are variables declared in c?

0 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


Categories