print ur name without using any semicolon in c/c++....
Answer Posted / kumutha
#include<stdio.h>
void main()
{
if(printf("kumutha"))
}
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
how do you execute a c program in unix.
What is the use of gets and puts?
How is = symbol different from == symbol in c programming?
explain how do you use macro?
What is main () in c language?
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 purpose of void pointer?
What are the differences between new and malloc in C?
Explain how can I convert a number to a string?
What is the use of getchar functions?
How do you write a program which produces its own source code as output?
Explain the difference between getch() and getche() in c?
What is unsigned int in c?
What is a pointer on a pointer in c programming language?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.