Write a program that can show the multiplication table.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between getch() and getche() in c?
How to add two numbers without using semicolon n c????
Why use int main instead of void main?
a c code by using memory allocation for add ,multiply of sprase matrixes
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What does & mean in scanf?
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.
What is wrong with this program statement?
#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100
given post order,in order construct the corresponding binary tree
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,