What is sizeof int in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is storage class?
What do you mean by a sequential access file?
Why array starts with index 0
How can I find out how much memory is available?
What does 2n 4c mean?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
What is the difference between functions getch() and getche()?
What is wrong with this initialization?
Does c have an equivalent to pascals with statement?
Are pointers really faster than arrays?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Explain what are the different file extensions involved when programming in c?