What is class and object in c?


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

Post New Answer

More C Interview Questions

Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


‎How to define structures? · ‎

0 Answers  


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  






int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


What's the difference between a linked list and an array?

14 Answers  


When should I declare a function?

0 Answers  


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


What is macro?

5 Answers   IBM,


What is the difference between void main and main in c?

0 Answers  


Categories