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 progarm to find the length of string using switch case?

0 Answers   TCS,


What are identifiers in c?

0 Answers  


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...

0 Answers  


How main function is called in c?

0 Answers  


can we declare a function in side the structure?

2 Answers   HCL,


What is the description for syntax errors?

0 Answers  


How many types of sorting are there in c?

0 Answers  


what are the uses of structure?

7 Answers   HCL,


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

0 Answers   Aspire, Infogain,


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


i want to know the procedure of qualcomm for getting a job through offcampus

0 Answers   HCL,


int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


Categories