Answer Posted / guest
Mean time from submission to completion of process.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Explain what math functions are available for integers? For floating point?
What is the right type to use for boolean values in c?
What is the use of the function in c?
What does char * * argv mean in c?
Explain what is the difference between functions abs() and fabs()?
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
Difference between Function to pointer and pointer to function
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is logical error?
Explain what is gets() function?
What is #pragma statements?
Why do we use c for the speed of light?
what are non standard function in c
When was c language developed?
What is sizeof in c?