Is c is a high level language?
No Answer is Posted For this Question
Be the First to Post Answer
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
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
how to set Nth bit of a variable?
How is = symbol different from == symbol in c programming?
code for quick sort?
How can I run c program?
errors in computer programmes are called
What does c in a circle mean?
Explain what are the standard predefined macros?
What does double pointer mean in c?
Why dont c comments nest?
What is the difference between int main and void main?