can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answer Posted / vinothkumar.r
#include<stdio.h>
int main()
{
while(printf("Hai")&&0){}
}
| Is This Answer Correct ? | 42 Yes | 15 No |
Post New Answer View All Answers
What is c definition?
When should the volatile modifier be used?
Why can’t we compare structures?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What do you mean by recursion in c?
Combinations of fibanocci prime series
Write a program which returns the first non repetitive character in the string?
How do you construct an increment statement or decrement statement in C?
What language is windows 1.0 written?
Why structure is used in c?
how to capitalise first letter of each word in a given string?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What are the 3 types of structures?