whenever a question is posted in a particular category in
allinterview.com, Is there any facility to receive an
indication mail.
For eg: I need to receive an indication email, whenever a
question is posted under the category “C Langauage”.
What's the difference between calloc() and malloc()?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
How can you read a directory in a C program?
What is a header file?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
What is a nested formula?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Can we assign string to char pointer?
Is it better to use malloc() or calloc()?