Why does everyone say not to use scanf? What should I use instead?
No Answer is Posted For this Question
Be the First to Post Answer
IS Doon college of Engn.. has good faculty
what is bit rate & baud rate? plz give wave forms
who will call your main function in c under linux?
What is malloc() function?
WAP to find that given no is small or capital
What is a lvalue
What is C++
What are the two forms of #include directive?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Tell me what are bitwise shift operators?
Difference between null pointer and dangling pointer?
How many keywords (reserve words) are in c?