Answer Posted / mannava pravallika
Yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a list in c?
formula to convert 2500mmh2o into m3/hr
What are data types in c language?
I have a varargs function which accepts a float parameter?
What is quick sort in c?
Is c dynamically typed?
Can main () be called recursively?
Difference between exit() and _exit() function?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Why is python slower than c?
Explain what is the difference between null and nul?
What are compound statements?
What is the acronym for ansi?
What is structure data type in c?
What is structure in c definition?