please explain clearly about execution of c program in
detail,in which stage are the printf sacnf getting into
exeecutable code
Explain the priority queues?
using for loop sum 2 number of any 4 digit number in c language
What is union in c?
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Distinguish between actual and formal arguments.
how to print a statement in c without use of console statement ,with the help of if statement it should print
Explain what is the benefit of using #define to declare a constant?
will u give me old quesrion papers for aptitude for L & t info tech?
What is an lvalue and an rvalue?
How can I convert integers to binary or hexadecimal?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
what about "char *(*(*a[])())();"