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

Explain output of printf("Hello World"-'A'+'B'); ?

0 Answers  


write a program to find lcm and hcf of two numbers??

1 Answers  


How can a process change an environment variable in its caller?

0 Answers  


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none

7 Answers   HCL,






Differentiate between the = symbol and == symbol?

0 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


How a string is stored in c?

0 Answers  


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


What is a 'null pointer assignment' error?

0 Answers  


Categories