How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / akash dibya
{
if(printf("Hello"))
{
\*blank*\
}
}
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Why is main function so important?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What does dm mean sexually?
What does & mean in scanf?
What are structure members?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the use of define in c?
Is c high or low level?
What is pivot in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is the description for syntax errors?
explain what is a newline escape sequence?
how to build a exercise findig min number of e heap with list imlemented?