write c program without semicolon
Answer Posted / sumit
int main()
{
if(printf("hello"))
{
}
}
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the types of macro formats?
Who is the founder of c language?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
hi send me sample aptitude papers of cts?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is c programing language?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What are compound statements?
How can I get the current date or time of day in a c program?
What is structure pointer in c?
Why isn't it being handled properly?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is typedef?
What is clrscr ()?
The file stdio.h, what does it contain?