Answer Posted / utkarsh
denis ritchie has invented the c. it is borland c.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the benefit of using an enum rather than a #define constant?
What is New modifiers?
Why do we use c for the speed of light?
Difference between macros and inline functions? Can a function be forced as inline?
what value is returned to operating system after program execution?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How do you determine whether to use a stream function or a low-level function?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is data structure in c language?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Is fortran faster than c?
What is the difference between void main and main in c?