Explain how can you tell whether a program was compiled using c versus c++?


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

Post New Answer

More C Interview Questions

how to display 2-D array elements in spiral

2 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


There seem to be a few missing operators ..

0 Answers  


What is the difference between class and object in c?

0 Answers  


Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,






what is constant pointer?

3 Answers  


Write a program to generate prime factors of a given integer?

2 Answers  


Can you explain the four storage classes in C?

0 Answers   TCS,


How do you view the path?

0 Answers  


How do you list a file’s date and time?

0 Answers  


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


wats SIZE_T meant for?

1 Answers  


Categories