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
Why is python slower than c?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
what is difference between strcmp & palindrome?
Can we increase size of array in c?
what is the function of pragma directive in c?
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is extern storage class in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is the difference between malloc() and calloc() function in c language?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
what is differnence b/w macro & functions