print ur name without using any semicolon in c/c++....

Answer Posted / kumutha

#include<stdio.h>
void main()
{
if(printf("kumutha"))
}

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

974


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15487


Is it valid to address one element beyond the end of an array?

668


Define recursion in c.

696


Explain argument and its types.

596






How are Structure passing and returning implemented by the complier?

708


Is anything faster than c?

578


Which is an example of a structural homology?

777


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

569


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1580


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


Write a c program to demonstrate character and string constants?

1678


How can I find the modification date and time of a file?

596


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

597


What is queue in c?

574