Is it possible to print a name without using commas, double quotes,semi-colons?

Answer Posted / srsabariselvan

void main()
{
if(printf("www.sslogic.blogspot.com"))
{
}
}

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

3109


why nlogn is the lower limit of any sort algorithm?

2374


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??

4144


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

3118


How to palindrom string in c language?

8845






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

2996


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

3028


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

1798


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 ?

2261


write a simple calculator c program to perform addition, subtraction, mul and div.

3145


How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?

2021


how to test pierrot divisor

2260


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

3846


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

3071


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

6310