how to write hello word without using semicolon at the end?

Answer Posted / ramu gurram

#include<stdio.h>
int main(void)
{
if(printf("hello world"));
return 0;
}

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function prototype?

690


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?

1103


What is pointer and structure in c?

657


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

696


what is event driven software and what is procedural driven software?

2116






i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1567


What is the difference between procedural and functional programming?

600


In which layer of the network datastructure format change is done

1524


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

5083


Can we change the value of #define in c?

672


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

1741


What is c method?

622


What is pointers in c?

774


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2433


What is character set?

779