Answer Posted / sameer
to have a collection of similar dta types in one varible
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does %p mean c?
Explain how do you determine whether to use a stream function or a low-level function?
Difference between Function to pointer and pointer to function
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is difference between stdio h and conio h?
Is c still relevant?
Explain what are reserved words?
Are bit fields portable?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
In c language can we compile a program without main() function?
What is bubble sort technique in c?
What does sizeof int return?
What is malloc() function?
How can I manipulate strings of multibyte characters?
Why we not create function inside function.