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

write an algorithm and c program to add two 2x2 matrics

2 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


differentiate built-in functions and user – defined functions.

0 Answers  


formula to convert 2500mmh2o into m3/hr

0 Answers  


What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,






about c language

0 Answers  


How do you generate random numbers in C?

0 Answers  


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


what is computer

4 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


Categories