Lists the benefits of c programming language?


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

Post New Answer

More C Interview Questions

How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,


What is wrong with this program statement? void = 10;

0 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


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.

0 Answers  


What is the concatenation operator?

0 Answers  






How many types of arrays are there in c?

0 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


What is quick sort in c?

0 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


What is the difference between malloc() and calloc()?

0 Answers  


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

0 Answers  


Categories