Answer Posted / yadagirirao
Dennis Riche
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
What is an array in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How can you convert integers to binary or hexadecimal?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is the 'named constructor idiom'?
What's the right way to use errno?
Tell me what are bitwise shift operators?
Explain what is wrong with this statement? Myname = ?robin?;
Is c weakly typed?
What is the use of a ‘ ’ character?
Which function in C can be used to append a string to another string?
Explain how do you override a defined macro?
What are the uses of a pointer?
What do the functions atoi(), itoa() and gcvt() do?
How can you allocate arrays or structures bigger than 64K?