what is available in C language but not in C++?
Answer Posted / faheem
in c default return type is void but in c++ it is int.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
provide an example of the Group by clause, when would you use this clause
Does * p ++ increment p or what it points to?
Not all reserved words are written in lowercase. TRUE or FALSE?
What does *p++ do?
number of times a digit is present in a number
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
how to make a scientific calculater ?
What is a program flowchart?
Mention four important string handling functions in c languages .
write a program in c language to print your bio-data on the screen by using functions.
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is double pointer?
What is the use of a semicolon (;) at the end of every program statement?
How do we declare variables in c?
int far *near * p; means