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

What is Full Form of C and Why We use C

23 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }

1 Answers   Google,


What are c preprocessors?

0 Answers  


How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


What is an expression?

0 Answers  


How are portions of a program disabled in demo versions?

0 Answers  


Write a c program using for loop in switch case?

1 Answers   Infosys,


Explain what will the preprocessor do for a program?

0 Answers  


Concat two string with most overlapped substring has to remove  "abcd"+ "cdef" = "abcdef

6 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


Categories