Write a Program to accept different goods with the number,
price and date of purchase and display them
No Answer is Posted For this Question
Be the First to Post Answer
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
write a program which will count occurance of a day between two dates.
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
what are the stages of compilation
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.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What does != Mean in c?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
Why void is used in c?
Program to find larger of the two numbers without using if-else,while,for,switch
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,