Write a C program to print ‘Campus Force training’ without
using even a single semicolon in the program.
Answer Posted / bhavin
void main()
{
if(printf(" Campus force training")
{}
getch();
}
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How to palindrom string in c language?
Write a program to model an exploding firecracker in the xy plane using a particle system
why nlogn is the lower limit of any sort algorithm?
write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
Sir... please give some important coding questions asked by product companies..
how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?
how to test pierrot divisor
How can you relate the function with the structure? Explain with an appropriate example.
Write a routine to implement the polymarker function
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail
What is full form of PEPSI
Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.