Can a program have two main functions?


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

Post New Answer

More C Interview Questions

code for copying two strings with out strcpy() function.

6 Answers  


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


What are c header files?

0 Answers  


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  






How will you allocate memory to double a pointer?

1 Answers  


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


Explain what is a static function?

0 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


Why doesn't C support function overloading?

2 Answers  


Categories