Is struct oop?


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

Post New Answer

More C Interview Questions

`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


What are identifiers in c?

0 Answers  


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 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,


How does placing some code lines between the comment symbol help in debugging the code?

0 Answers  


char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


Difference between MAC vs. IP Addressing

0 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Write a program to check armstrong number in c?

0 Answers  


What is a string?

0 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


How can I manipulate individual bits?

0 Answers  


Categories