printf("%d",(printf("Hello")); What it returns?
Answer Posted / srinivasa. p
Hello5
Printf() return number character print on STD::out
Is This Answer Correct ? | 30 Yes | 10 No |
Post New Answer View All Answers
What are two dimensional arrays alternatively called as?
program for reversing a selected line word by word when multiple lines are given without using strrev
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
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 self-referential structure in c programming?
How can I direct output to the printer?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Why doesn't C support function overloading?
What are derived data types in c?
Write a Program to find whether the given number or string is palindrome.
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is #ifdef ? What is its application?
Write a program to swap two numbers without using the third variable?
What are different types of variables in c?
Add Two Numbers Without Using the Addition Operator