What is a program flowchart and explain how does it help in writing a program?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
every function has return the value?
declare afunction pointer to int printf(char *)?
what are the advantage and disadvantage of recursion
Explain how can I avoid the abort, retry, fail messages?
Can we use visual studio for c?
what is function pointer?
write a program in c language to print your bio-data on the screen by using functions.
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
Explain how are 16- and 32-bit numbers stored?
write a program to copy a string without using a string?