What is the explanation for modular programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of function in c?
print the palindrome numbers in between 0 to n
define string ?
What is dynamic variable in c?
Write a program to print “hello world” without using semicolon?
what is a void pointer?
What is actual argument?
what do structure language means?
How reliable are floating-point comparisons?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
void main() { int a=1; while(a++<=1) while(a++<=2); }
how to impliment 2 or more stacks in a single dimensional array ?