Explain how do you view the path?
Explain how can you tell whether a program was compiled using c versus c++?
What is new line escape sequence?
What is the best way to comment out a section of code that contains comments?
What is the difference between fread buffer() and fwrite buffer()?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is the difference between printf and scanf )?
List a few unconditional control statement in c.
How can I remove the leading spaces from a string?
Why should I use standard library functions instead of writing my own?
How do we declare variables in c?
Differentiate between a structure and a union.
Explain what is the benefit of using const for declaring constants?
What oops means?
Can we assign integer value to char in c?