What are the different types of objects used in c?


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

Post New Answer

More C Interview Questions

The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

0 Answers  


Why main function is special give two reasons?

0 Answers  


Why cd or dvd are round why not square.

1 Answers  


Do pointers need to be initialized?

0 Answers  


Is c easy to learn?

0 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  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


Is c is a high level language?

0 Answers  


What is an auto keyword in c?

0 Answers  


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


Categories