Write a program that can show the multiplication table.
No Answer is Posted For this Question
Be the First to Post Answer
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
how to write palindrome program?
What is the use of structure padding in c?
What is data types?
What is the use of a semicolon (;) at the end of every program statement?
What is the auto keyword good for?
what is pointer ? what is the use of pointer?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
Write a program in c using only loops to print * * * * * *******
how to swap 4 number without using temporary number?
write a program to display & create a rational number