What is Your Name :)
Which of these functions is safer to use : fgets(), gets()? Why?
What is enumerated data type in c?
Do you know pointer in c?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
Is c++ based on c?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
Why do some versions of toupper act strangely if given an upper-case letter?
What is the scope of an external variable in c?
how to use enum datatype?Please explain me?