What is difference between arrays and pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What do mean by network ?
What is #include in c?
what is the difference between strcpy() and memcpy() function?
When is a void pointer used?
What is the use of c language in real life?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
provide an example of the Group by clause, when would you use this clause
Explain how can a program be made to print the line number where an error occurs?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Write a program to find whether the given number is prime or not?