What is gets() function?
No Answer is Posted For this Question
Be the First to Post Answer
Why should I use standard library functions instead of writing my own?
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
1,1,5,17,61,217,?,?.
What are different types of operators?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
What are the advantages of using Unions?
write a program to print calender using for loop.
Where is volatile variable stored?
what is the importance of spanning tree?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
How do I swap bytes?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?