Explain function?


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

Post New Answer

More C Interview Questions

How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


What is c token?

0 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,






what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


if p is a string contained in a string?

0 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


Can a variable be both constant and volatile?

0 Answers  


Where is c used?

0 Answers  


How does free() know how many bytes to free?

8 Answers  


Categories