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”.
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
What does typeof return in c?
is c language is a object oreinted language?
What is this infamous null pointer, anyway?
what are the general concepts of c and c++
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
A stack can be implemented only using array?if not what is used?
How can you call a function, given its name as a string?
What is sizeof array in c?
What is a function simple definition?
pascal triangle program
to find the closest pair