In header files whether functions are declared or defined?
No....In C we cannot declare functions in header files
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the c keywords?
What is pointers in c?
Why doesn't C have nested functions?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Is c is a low level language?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
what is the difference between class and unio?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
Write a program in C to convert date displayed in gregorian to julian date
Can anyone tell what is stack overflow? what precaution we should take?
write a programming in c to find the sum of all elements in an array through function.
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.