print a semicolon using Cprogram without using a semicolon
any where in the C code in ur program!!

Answer Posted / ankit popli

Answer#2 has a mistake thats why its not working in TURBO C/C++.....i.e

void main()
{
while(!printf("\nHello World"))
{}
}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

3128


Develop a routine to reflect an object about an arbitrarily selected plane

3001


Design an implement of the inputs functions for event mode

2968


could you please send the program code for multiplying sparse matrix in c????

3078


How to palindrom string in c language?

8874






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 ?

2265


To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']

505


create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00

6315


#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

1075


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.

2145


how to test pierrot divisor

2264


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

3856


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

1805


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

2228


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

2867