can anyone suggest some site name..where i can get some
good data structure puzzles???
No Answer is Posted For this Question
Be the First to Post Answer
What’s the special use of UNIONS?
What are qualifiers and modifiers c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
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,
program in c to print 1 to 100 without using loop
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Why is c called c?
What is clrscr ()?
How can I list all of the predefined identifiers?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is an auto keyword in c?
difference between malloc and calloc