can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answers were Sorted based on User's Feedback
Answer / 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 |
what is the advantage of software development
main() { float a=3.2e40; printf("%d",a); }
Why does the call char scanf work?
What is hashing in c language?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What are the disadvantages of c language?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain #pragma in C.
can we initialize all the members of union?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is new line escape sequence?
what is unsigened char and what is the difference from char