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
Is there any data type in c with variable size?
what is the use of #pragma pack, wer it is used?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Explain the use of bit fieild.
What is getch() function?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Describe explain how arrays can be passed to a user defined function
explain what are pointers?
to get a line of text and count the number of vowels in it
Why isn't any of this standardized in c? Any real program has to do some of these things.
what type of errors are checked during compilation
What is conio h in c?