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

Post New Answer

More C Interview Questions

What is the difference between malloc calloc and realloc in c?

0 Answers  


What is void main () in c?

0 Answers  


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,






What is the difference between typedef struct and struct?

0 Answers  


How can I find the day of the week given the date?

0 Answers  


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  


pascal triangle program

2 Answers  


Is c is a low level language?

0 Answers  


What is FIFO?

0 Answers  


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


Categories