what is available in C language but not in C++?
Answer Posted / jibin jose
type conversion in c : (Datatype)value
type conversion in c++ : int(Datatype)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
which is an algorithm for sorting in a growing Lexicographic order
What is the need of structure in c?
Explain what are reserved words?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
When c language was developed?
Explain how can I open a file so that other programs can update it at the same time?
what do you mean by enumeration constant?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Explain what is output redirection?
How can I read a binary data file properly?
What are enumerated types?
Can you write the function prototype, definition and mention the other requirements.
Is there a way to compare two structure variables?
What is difference between static and global variable in c?