hi... can anyone help me to make a two-dimensinal arrays in
finding the sum of two elements plzzz. thnx a lot...
No Answer is Posted For this Question
Be the First to Post Answer
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
What is the difference between array and pointer in c?
How many types of sorting are there in c?
Explain what are the __date__ and __time__ preprocessor commands?
What is a const pointer in c?
program to find a smallest number in an array
Is null equal to 0 in sql?
Differentiate between a structure and a union.
How pointer is different from array?
What is the use of bitwise operator?
What is the use of getch ()?