how many error occurs in C language ?

Answer Posted / swapnil

3 errors syntax and segment during compilation and logical
during runtime

Is This Answer Correct ?    32 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of c language?

629


Write a factorial program using C.

656


about c language

1612


What is the difference between the local variable and global variable in c?

540


How can I write a function that takes a format string and a variable number of arguments?

613






Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2257


How can you tell whether two strings are the same?

840


Why is c used in embedded systems?

621


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

613


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

724


Why is c still so popular?

625


a value that does not change during program execution a) variabe b) argument c) parameter d) none

709


What are the usage of pointer in c?

710


What is the use of printf() and scanf() functions?

642


How can I read in an object file and jump to locations in it?

587