Answer Posted / nataraj
c is an basic language, and c++ is advanced language.and c
is an basic of the program.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Which built-in library function can be used to match a patter from the string?
Tell us bitwise shift operators?
What is double pointer in c?
Explain how can I right-justify a string?
How to compare array with pointer in c?
Can the curly brackets { } be used to enclose a single line of code?
What is function in c with example?
When is the “void” keyword used in a function?
What is the right way to use errno?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What are the advantages of c preprocessor?
What is getch() function?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
All technical questions
What are enums in c?