When should the register modifier be used? Does it really help?
No Answer is Posted For this Question
Be the First to Post Answer
What are the features of the c language?
Where local variables are stored in c?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
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.
3 Answers Google, Infosys, JTL, OpenFeel,
What is Conio.h ?
Explain what’s a signal? Explain what do I use signals for?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
How can a string be converted to a number?
What is c language & why it is used?
code for copying two strings with out strcpy() function.
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
How can we see the Expanded source code and compiled code for our source program in C?