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

Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


Is null always defined as 0(zero)?

0 Answers  


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


What is a null string in c?

0 Answers  






atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


What is a ternary operator in c?

0 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What is file in c language?

0 Answers  


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  


Do you know what is a programing language ?

0 Answers  


What are loops c?

0 Answers  


Categories