Explain how do I determine whether a character is numeric, alphabetic, and so on?
No Answer is Posted For this Question
Be the First to Post Answer
Do variables need to be initialized?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
WHAT IS PRE POSSESSORS?
What is data structure in c programming?
What are the parts of c program?
Explain the Difference between the New and Malloc keyword.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is pointer & why it is used?
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
how to create duplicate link list using C???
Explain what is the benefit of using enum to declare a constant?