write a proram to reverse the string using switch case?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the difference between #include and #include 'file' ?
What are header files? What are their uses?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Explain what are the standard predefined macros?
What is meant by recursion?
How many bytes is a struct in c?
Explain what’s a signal? Explain what do I use signals for?
I have seen function declarations that look like this
Explain can the sizeof operator be used to tell the size of an array passed to a function?
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
Do you know the use of fflush() function?
how could explain about job profile
What are the parts of c program?