Why is a semicolon (;) put at the end of every program statement?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

given post order,in order construct the corresponding binary tree

0 Answers   S-Cube, Wipro,


write a program to add two numbers of any size.....(remember any size)

1 Answers  


Why we use stdio h in c?

0 Answers  


How many types of operator or there in c?

0 Answers  


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,






What is calloc() function?

0 Answers  


How do I copy files?

0 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

0 Answers  


What is the full form of getch?

0 Answers  


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  


Why do we need arrays in c?

0 Answers  


Categories