how can i print "hello".please consider inverted commas as
well.i want to print on console: "hello"
Answers were Sorted based on User's Feedback
Answer / prayas
#include<stdio.h>
main ()
printf ( "\"Hello\"" ) ;
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / akshat
we can use the ascii code for char " and then print it...
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / anveshbanti
#include<stdio.h>
void main ()
{
printf(""hello"");
}
| Is This Answer Correct ? | 4 Yes | 31 No |
Write programs for String Reversal & Palindrome check
Does c have an equivalent to pascals with statement?
How important is structure in life?
Why is the code below functioning. According to me it MUST NOT.
In a switch statement, what will happen if a break statement is omitted?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
What do you understand by normalization of pointers?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
what is the maximum limit of row and column of a matrix in c programming. in linux .
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,