What are valid operations on pointers?
what is c language.
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
Explain what is the benefit of using an enum rather than a #define constant?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
What is meant by keywords in c?
What is line in c preprocessor?
What is Function Pointer? Explain with example?
what is unsigened char and what is the difference from char
Is fortran still used today?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
how to impliment 2 or more stacks in a single dimensional array ?