Write a program that can show the multiplication table.
No Answer is Posted For this Question
Be the First to Post Answer
which will be first in c compiling ,linking or compiling ,debugging.
what do you mean by defining a variable in our c code?
List a few unconditional control statement in c.
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
Read two numbers from keyboard and find maximum of them?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
What is the condition that is applied with ?: Operator?
Is c pass by value or reference?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Is it cc or c in a letter?
What is meant by high-order and low-order bytes?