Answer Posted / p.ramya teja
Dennis Richard
| Is This Answer Correct ? | 34 Yes | 19 No |
Post New Answer View All Answers
What is advantage of pointer in c?
What is union and structure in c?
What is logical error?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Where are some collections of useful code fragments and examples?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Can you pass an entire structure to functions?
What is time null in c?
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 the size of enum in bytes?
Here is a neat trick for checking whether two strings are equal
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Can variables be declared anywhere in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Why doesnt this code work?