Write a program that can show the multiplication table.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


how to write palindrome program?

3 Answers  


What is the use of structure padding in c?

0 Answers  


What is data types?

0 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  






What is the auto keyword good for?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


how to swap 4 number without using temporary number?

2 Answers  


write a program to display & create a rational number

1 Answers   HCL, TCS,


Categories