Answer Posted / guest
i think i did not do well for this question ,, i need to a
answer from u guys..........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what are the different data types in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the use of sizeof () in c?
Explain how can you tell whether a program was compiled using c versus c++?
What is the difference between malloc() and calloc()?
What are formal parameters?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is the total generic pointer type?
What is the purpose of main( ) in c language?
How do I convert a string to all upper or lower case?
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?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
formula to convert 2500mmh2o into m3/hr
Why do we need volatile in c?
show how link list can be used to repersent the following polynomial i) 5x+2