What is C language Terminator?
Answers were Sorted based on User's Feedback
Answer / sahadev
Actually (;) is the sentence terminater in C.So it is also
C terminater
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / nayanprakash
After finishing a line we r using semicoln(;) at last to
terminate the sentencs.But remember semicolon is not using
in condition statement.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rajendra
Line terminator is ;(semicolon)
c longuage terminator is } (last bracket of main)
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / guest
C language terminator is the closing brace ( } ) of the
main program
| Is This Answer Correct ? | 7 Yes | 6 No |
What is enumerated data type in c?
What is identifier in c?
What are the 3 types of structures?
Write programs for String Reversal & Palindrome check
what is difference between overriding and overloading?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
What is the advantage of a random access file?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
please explain every phase in the "SDLC" in the dotnet.
What are the storage classes in C?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Does free set pointer to null?