52.write a “Hello World” program in “c” without using a
semicolon?
53.Give a method to count the number of ones in a 32 bit number?
54.write a program that print itself even if the source file
is deleted?
55.Given an unsigned integer, find if the number is power of 2?

Answer Posted / sandeep

if(printf("HELLO WORLD"))

Is This Answer Correct ?    41 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1644


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1307


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1446


how we can make 3d venturing graphics on outer interface

3996


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1481






write a program to copy the string using switch case?

2395


Can you please explain the scope of static variables?

597


What functions are in conio h?

652


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

584


Is c a great language, or what?

600


What is the difference between fread buffer() and fwrite buffer()?

667


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1731


What language is windows 1.0 written?

571


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1245


What is the benefit of using const for declaring constants?

581