Answer Posted / siva
In general view, noone is invented by c.
In a language view,c++ is invented by c.
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Is it acceptable to declare/define a variable in a c header?
What is a nested formula?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Can 'this' pointer by used in the constructor?
Explain how can I convert a number to a string?
What is advantage of pointer in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Who developed c language?
What is header file definition?
Is null equal to 0 in sql?
What is the difference between far and near in c?
What is a const pointer in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
How will you declare an array of three function pointers where each function receives two ints and returns a float?