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
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
what is constant pointer?
What is the memory allocated by the following definition ? int (*x)();
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
List the variables are used for writing doubly linked list program.
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What is the difference between typedef and #define?
Write a program in c to input a 5 digit number and print it in words.
When is an interface "good"?
What's the difference between calloc() and malloc()?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
what is c programing