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 |
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
difference between i++* and *++i
what is the diff b/w static and non static variables in C. Give some examples plz.
What is the difference between macros and inline functions?
Explain the properties of union. What is the size of a union variable
What Is The Difference Between Null And Void Pointer?
4. main() { int c=- -2; printf("c=%d",c); }
What is data structure in c programming?
Why is C called a middle-level language?
will u please send me the placement papers to my mail???????????????????