Read two numbers from keyboard and find maximum of them?
Determine if a number is a power of 2 at O(1).
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
explain what are pointers?
Can you think of a way when a program crashed before reaching main? If yes how?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
what is the main use of c where it can use the c
Explain is it valid to address one element beyond the end of an array?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
How do you declare a variable that will hold string values?
How can I find the day of the week given the date?
Find the highest of three numbers and print them using ascending orders?
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,