What do you know about the use of bit field?
How do you convert strings to numbers 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.
What is meant by gets in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Describe static function with its usage?
How to compare array with pointer in c?
What are linker error?
Differentiate between declaring a variable and defining a variable?
What are the 5 elements of structure?
What are the usage of pointer in c?
Array is an lvalue or not?
find out largest elemant of diagonalmatrix
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Is linux written in c?