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


Please Help Members By Posting Answers For Below Questions

How to palindrom string in c language?

9787


Write a program to model an exploding firecracker in the xy plane using a particle system

3866


why nlogn is the lower limit of any sort algorithm?

2541


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

2437


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

4072






Sir... please give some important coding questions asked by product companies..

2019


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.

2351


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 ?

2498


how to test pierrot divisor

2458


How can you relate the function with the structure? Explain with an appropriate example.

3126


Write a routine to implement the polymarker function

4581


how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

3342


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

2564


What is full form of PEPSI

2117


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.

2888