Answer Posted / harish
terminator is used to tell that line is finished or
terminated and can execute next line to the Compiler.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the best way to comment out a section of code that contains comments?
What are local variables c?
Explain bitwise shift operators?
Explain the difference between getch() and getche() in c?
List some of the static data structures in C?
Explain how can a program be made to print the name of a source file where an error occurs?
Can two or more operators such as and be combined in a single line of program code?
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
How can I use a preprocessorif expression to ?
Write a program to print fibonacci series without using recursion?
Is c weakly typed?
which type of aspect you want from the student.
How do you define structure?
Why is struct padding needed?
What is the purpose of clrscr () printf () and getch ()?