Answer Posted / shilpa
I Think 1004 h is correct ans
how come FA0 IS CORRECT
PLZ ANSWER TO ME IF MY ANS IS WRONG
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is d'n in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Difference between macros and inline functions? Can a function be forced as inline?
Explain the difference between malloc() and calloc() function?
What is a void pointer? When is a void pointer used?
How can I find the modification date of a file?
What is the difference between #include
How can I automatically locate a programs configuration files in the same directory as the executable?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
How can I open a file so that other programs can update it at the same time?
What are the differences between new and malloc in C?
What are data types in c language?
show how link list can be used to repersent the following polynomial i) 5x+2
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the use of sizeof () in c?