Answer Posted / vinay tiwari
there are three types of error in c
logical,syntax,linking error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is javascript based on c?
What are different types of pointers?
Define macros.
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is the difference between scanf and fscanf?
What is structure data type in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Explain the advantages and disadvantages of macros.
about c language
What is FIFO?
How is a macro different from a function?
Without Computer networks, Computers will be half the use. Comment.
Why structure is used in c?
What is scanf () in c?
How can I determine whether a machines byte order is big-endian or little-endian?