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

what is c programming?

3 Answers   TCS,


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


What is the importance of c in your views?

0 Answers  


number of times a digit is present in a number

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  






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

0 Answers  


What is difference between array and pointer in c?

0 Answers  


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

0 Answers   Mindteck,


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


In C, What is the #line used for?

2 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


Categories