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 array of structure in c?
What is variables in c?
What is the difference between void main and main in c?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Why string is used in c?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
what is the difference between c and c++?
what does exit() do?
Write a program to check whether a number is prime or not using c?
How pointer is benefit for design a data structure algorithm?
Write a code to remove duplicates in a string.