What is %lu in c?
can we have joblib in a proc ?
What is pointer to pointer in c language?
define string ?
What is the difference between abs() and fabs() functions?
Explain what is a static function?
shorting algorithmS
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Explain how do you print only part of a string?
What are structures and unions? State differencves between them.
What is pragma c?
What is const and volatile in c?
Why cant I open a file by its explicit path?
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.....