Answer Posted / biswajit jana
C is a general-purpose computer programming language
developed in 1972 by Dennis Ritchie at the Bell Telephone
Laboratories
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
hi, which software companys will take,if d candidate's % is jst 55%?
What is main return c?
What is calloc in c?
how can I convert a string to a number?
Which one would you prefer - a macro or a function?
Explain what happens if you free a pointer twice?
Function calling procedures? and their differences? Why should one go for Call by Reference?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
how can f be used for both float and double arguments in printf? Are not they different types?
Where register variables are stored in c?
Why do we use int main instead of void main in c?
Write a program for Overriding.
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is a file descriptor in c?
What is exit() function?