Why c is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a way to switch on strings?
Which is the memory area not included in C program? give the reason
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,
give one ip, find out which contry
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
write a program to display reverse of a number using for loop?
How can you find the day of the week given the date?
what is the importance of spanning tree?
Explain how can I write functions that take a variable number of arguments?
Where register variables are stored in c?