Answer Posted / nani
c is a basic programming language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is structure important for a child?
Tell us something about keyword 'auto'.
What are the types of bitwise operator?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Differentiate between #include<...> and #include '...'
Give basis knowledge of web designing ...
Explain Function Pointer?
How can I split up a string into whitespace-separated fields?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is memcpy() function?
Can we declare variables anywhere in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is the difference between test design and test case design?
Can true be a variable name in c?