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
What are dangling pointers? How are dangling pointers different from memory leaks?
what is the different bitween abap and abap-hr?
How do you declare a variable that will hold string values?
Explain why C language is procedural?
Define macros.
What is an expression?
What is the purpose of macro in C language?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is floating point constants?
What is the benefit of using #define to declare a constant?
How many types of errors are there in c language? Explain
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the difference between the expression “++a” and “a++”?
What do you mean by a local block?
Can a variable be both constant and volatile?