Write a program that can show the multiplication table.
No Answer is Posted For this Question
Be the First to Post Answer
What does the error message "DGROUP exceeds 64K" mean?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
write a program to find the frequency of a number
Differentiate between the expression “++a” and “a++”?
what does data structure mean?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Differentiate between static and dynamic modeling.
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What is the deal on sprintf_s return value?
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?