How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / arvind kumar
int main()
{
while(printf("Arvind kumar C-DAC"))
{
}
return 0;
}
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What are the advantages of using linked list for tree construction?
What are data types in c language?
Write a factorial program using C.
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What does s c mean on snapchat?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
How can I write a function analogous to scanf?
Compare interpreters and compilers.
Explain how can you check to see whether a symbol is defined?
Explain About fork()?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Explain high-order bytes.
Is int a keyword in c?