Explain what is wrong with this program statement? Void = 10;
No Answer is Posted For this Question
Be the First to Post Answer
1,1,5,17,61,217,?,?.
Write a C program to fill a rectangle using window scrolling
the question is that what you have been doing all these periods (one year gap)
What is external variable in c?
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
What are the salient features of c languages?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
how can write all 1to 100 prime numbers using for loop,if and break ?
How can I increase the allowable number of simultaneously open files?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
what is the difference between. system call and library function?