What is return type in c?


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

Post New Answer

More C Interview Questions

Is c functional or procedural?

1 Answers  


List the difference between a While & Do While loops?

0 Answers   Accenture,


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,






#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

9 Answers   Excel,


Difference between exit() and _exit() function?

0 Answers  


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

0 Answers  


can i know the source code for reversing a linked list with out using a temporary variable?

6 Answers   Honeywell,


What is FIFO?

0 Answers  


What is use of integral promotions in c?

0 Answers  


What is a pointer?

1 Answers   ADP, IFFCO,


Categories