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

what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


How can I make a program in c to print 'Hello' without using semicolon in the code?

9 Answers   C DAC, Practical Viva Questions,


how to find that no is int or float?

5 Answers  


why integer range between -327680to+32767

2 Answers  


Why can arithmetic operations not be performed on void pointers?

0 Answers  






write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


Is c functional or procedural?

1 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


Explain the term printf() and scanf() used in c language?

0 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


What is pass by value in c?

0 Answers  


Categories