If you know then define #pragma?
No Answer is Posted For this Question
Be the First to Post Answer
C,c++, Java is all are structural oriented or procedure oriented language..?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What are the types of data files?
write a program in C to swap two variables
Can we add pointers together?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
Explain the advantages of using macro in c language?
Differentiate between functions getch() and getche().
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
What is the difference between static and global variables?
What is the difference between getch() and getche()?
What is c language & why it is used?