What is a method in c?


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

Post New Answer

More C Interview Questions

Explain what is wrong with this program statement? Void = 10;

0 Answers  


Compare array data type to pointer data type

0 Answers  


compare array with pointer?

1 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


Why #include is used in c language?

0 Answers  






What is the meaning of && in c?

0 Answers  


Differentiate between the expression “++a” and “a++”?

0 Answers  


what is difference between C and C++

4 Answers  


Explain the use of function toupper() with and example code?

0 Answers  


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


Can we add pointers together?

0 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


Categories