Explain how can I right-justify a string?
No Answer is Posted For this Question
Be the First to Post Answer
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
What is function pointer c?
What is the use of keyword VOLATILE in C?
Explain what is wrong with this program statement? Void = 10;
which is an algorithm for sorting in a growing Lexicographic order
What is methods in c?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
What is %d called in c?
Explain how can a program be made to print the line number where an error occurs?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
What is the general form of a C program?
how to print this pyramid * * * * * * * * * * * * *