Is using exit() the same as using return?


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

Post New Answer

More C Interview Questions

increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


How are 16- and 32-bit numbers stored?

0 Answers  


What is a scope resolution operator in c?

0 Answers  


What is a structure member in c?

0 Answers  


which of the function operator cannot be over loaded a) <= b)?: c)== d)*

10 Answers   Cisco, CTS, Google, HCL, HP,






how should functions be apportioned among source files?

0 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  


What is the best way to store flag values in a program?

0 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


read an array and search an element

1 Answers  


Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 Answers   ME, Synfusion, Wipro,


What is the difference between local variable and global variable in c?

0 Answers  


Categories