Do character constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
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,
Is void a keyword in c?
Explain what is the stack?
how to find sum of 5 digits in C?
What is use of null pointer in c?
Subtract Two Number Without Using Subtraction Operator
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What is an expression?
What does %c do in c?
What is scope rule in c?
What is file in c preprocessor?