Write a program that can show the multiplication table.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate call by value and call by reference?
What is structure data type in c?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
How to create struct variables?
Please write the area of a RIGHT ANGLED TRIANGLE.
What is wild pointer in c with example?
Toggle nth bit in a given integer - num
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the difference between declaring a variable and defining a variable?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
How can I copy just a portion of a string?