What type of function is main ()?


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

Post New Answer

More C Interview Questions

Explain the bubble sort algorithm.

0 Answers  


Tell us bitwise shift operators?

0 Answers  


define switch statement?

6 Answers   CTS,


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


What is meant by preprocessor in c?

0 Answers  






can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


What is the use of pragma in embedded c?

0 Answers  


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


program in c to print 1 to 100 without using loop

9 Answers   Wipro,


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


how to get starting address of a running C program

3 Answers  


Differentiate Source Codes from Object Codes

1 Answers  


Categories