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


Please Help Members By Posting Answers For Below Questions

What are two dimensional arrays alternatively called as?

968


program for reversing a selected line word by word when multiple lines are given without using strrev

2206


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

884


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

2863


What is self-referential structure in c programming?

910


How can I direct output to the printer?

1086


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1979


Why doesn't C support function overloading?

2211


What are derived data types in c?

836


Write a Program to find whether the given number or string is palindrome.

997


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

2135


What is #ifdef ? What is its application?

879


Write a program to swap two numbers without using the third variable?

840


What are different types of variables in c?

800


Add Two Numbers Without Using the Addition Operator

585