What are the different file extensions involved when programming in C?
No Answer is Posted For this Question
Be the First to Post Answer
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What are the disadvantages of external storage class?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What is the difference between procedural and functional programming?
Program to write some contents into a file using file operations with proper error messages.
What is the diffences between Windows XP and Windows Visa
what are non standard function in c
what is ANSI and ISO
Do you know the difference between exit() and _exit() function in c?
If the size of int data type is two bytes, what is the range of signed int data type?
Why is void main used?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?