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

Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


What is pointer to pointer in c language?

0 Answers  


What is indirection?

0 Answers  


What are variables c?

0 Answers  






In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


What is signed and unsigned?

0 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


write a program without using main function?

2 Answers   TCS,


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


Categories