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
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
declare afunction pointer to int printf(char *)?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
what is real time system?what is the differance between hard and soft real time systems
What does a function declared as pascal do differently?
What is echo in c programming?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
how to set Nth bit of variable by using MACRO
What is a symbolic constant?
Differentiate between the expression “++a” and “a++”?
What is variable and explain rules to declare variable in c?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0