can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answer Posted / anshukumarsrivatsva.
a c program to prrint a string without using a semicolon,
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("allahabad is a sangam city))
getch();
}
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is spaghetti programming?
why wipro wase
How do you list files in a directory?
What is c language & why it is used?
Can the size of an array be declared at runtime?
What are the types of pointers?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What are compound statements?
difference between native and cross compilers
Is c easy to learn?
What is the difference between exit() and _exit() function in c?
What is the concatenation operator?
Can we replace the struct function in tree syntax with a union?
Is it better to use a macro or a function?
What is %d used for?