how can i print "hello".please consider inverted commas as
well.i want to print on console: "hello"

Answer Posted / prayas

#include<stdio.h>
main ()
printf ( "\"Hello\"" ) ;

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

647


What is the difference between pure virtual function and virtual function?

654


What is use of bit field?

776


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

715


What are lookup tables in c?

552






Explain how do you view the path?

659


What is scope rule of function in c?

554


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

646


Explain what are bus errors, memory faults, and core dumps?

794


What do you mean by a sequential access file?

631


What are void pointers in c?

576


Wt are the Buses in C Language

2753


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2654


Define C in your own Language.

644


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7413