Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
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,
Does c have function or method?
What is the difference between text and binary modes?
How can I list all of the predefined identifiers?
What is c variable?
write an algorithm and a program to count the number of elements in a circularly singly linked list
What is the real time usage volatile?
What are keywords in c with examples?
what is the role you expect in software industry?
what is the difference b/w compiler and debugger?
why Language C is plateform dependent
Write a program to print fibonacci series using recursion?