WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Answer Posted / madhavi
e task which is completed with in short time is called in technology..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do character constants represent numerical values?
How many types of operators are there in c?
Why clrscr is used in c?
How do I send escape sequences to control a terminal or other device?
Write a program to print all permutations of a given string.
Write a program of advanced Fibonacci series.
How can a program be made to print the line number where an error occurs?
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
What are data structures in c and how to use them?
I need a sort of an approximate strcmp routine?
What is static function in c?
Explain the use of #pragma exit?
What are the back slash character constants or escape sequence charactersavailable in c?
What are preprocessor directives in c?
Are bit fields portable?