WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer Posted / sonal
50
| Is This Answer Correct ? | 3 Yes | 44 No |
Post New Answer View All Answers
How many bytes is a struct in c?
Is c dynamically typed?
When do we get logical errors?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is a memory leak? How to avoid it?
What is the easiest sorting method to use?
What is sizeof in c?
Can you please compare array with pointer?
Explain that why C is procedural?
What is difference between scanf and gets?
How do I use strcmp?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What are the types of i/o functions?
Write a program to swap two numbers without using third variable?