What is the right type to use for boolean values in c?
No Answer is Posted For this Question
Be the First to Post Answer
What the different types of arrays in c?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
What are the valid places to have keyword “break”?
While(1) { } when this loop get terminate is it a infinite loop?
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
what is the meaning of 'c' language
What is adt in c programming?
how can I convert a string to a number?
How many levels of pointers have?
program to find the magic square
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,
Explain pointers in c programming?