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

Answer Posted / rahul

void main()
{
if(printf("%c",59))
{}
if(getch())
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

3856


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

3128


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

2923


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

3697


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2413






Write a routine to implement the polymarker function

4388


What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

3716


write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4149


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

1075


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3032


Cluster head selection in Wireless Sensor Network using C programming language.

3114


how to test pierrot divisor

2264


What is full form of PEPSI

1871


How to palindrom string in c language?

8874


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

3078