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

15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


difference between native and cross compilers

0 Answers  


what is const volatile?

2 Answers  


how to add numbers without using arithmetic operators.

14 Answers   TCS,


How do we print only part of a string in c?

0 Answers  






What is the scope of local variable in c?

0 Answers  


How does #define work?

0 Answers  


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


What are derived data types in c?

0 Answers  


What should malloc(0) do?

0 Answers  


What is the meaning of c in c language?

0 Answers  


write a program to display reverse of a number using for loop?

14 Answers  


Categories