c program to print a name without using semicolon
Answer Posted / amegha
main()
{
if(printf("AMEGHA")
{
}
}
| Is This Answer Correct ? | 36 Yes | 17 No |
Post New Answer View All Answers
Which control loop is recommended if you have to execute set of statements for fixed number of times?
#include
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What does #pragma once mean?
What is the difference between the local variable and global variable in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Why c is called object oriented language?
What is hungarian notation? Is it worthwhile?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Is malloc memset faster than calloc?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Can you define which header file to include at compile time?
Why do we use c for the speed of light?
Tell us something about keyword 'auto'.