Write a program to print "hello world" without using a semicolon?
No Answer is Posted For this Question
Be the First to Post Answer
how to get the starting address of file stored in harddisk through 'C'program.
what is the difference between strcpy() and memcpy() function?
What is const keyword in c?
Can you think of a logic behind the game minesweeper.
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
what is the use of pointers
can you change name of main()?how?
What is structure padding and packing in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is cohesion in c?
how to find your architecture is LittleEndian or BigEndian?
Explain output of printf("Hello World"-'A'+'B'); ?