What are the 5 organizational structures?
No Answer is Posted For this Question
Be the First to Post Answer
What is hashing in c language?
Explain what is the benefit of using an enum rather than a #define constant?
What does %c mean in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How will you allocate memory to a double pointer ?
What are the different types of storage classes in C?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain the ternary tree?
What math functions are available for integers? For floating point?
how to impliment 2 or more stacks in a single dimensional array ?
post new interiew question and aptitude test papers
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments