What is methods in c?


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

Post New Answer

More C Interview Questions

Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


What is "Hungarian Notation"?

0 Answers   Celstream,


how to find the given number is prime or not?

6 Answers   IMS, ING,


What are dangling pointers? How are dangling pointers different from memory leaks?

1 Answers  


What is exit() function?

0 Answers  






What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


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

6 Answers   College School Exams Tests, IBM,


Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 Answers   CTS, HCL, TCS,


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


what do you mean by enumeration constant?

0 Answers  


sum of two integers values only other then integer it should print invalid input.

1 Answers  


Categories