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
How the C program can be compiled?
differnce between do and do while
Is it fine to write void main () or main () in c?
what is the size of an integer variable?
How do I determine whether a character is numeric, alphabetic, and so on?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
what is default constructor?
Which is more efficient, a switch statement or an if else chain?
Where are local variables stored in c?
What is spaghetti programming?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }