how can use subset in c program and give more example


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


will u please send me the placement papers to my mail???????????????????

0 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


Should I learn data structures in c or python?

0 Answers  


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

0 Answers  


When should you use a type cast?

0 Answers  


Why do we write return 0 in c?

0 Answers  


What does void main return?

0 Answers  


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What is the difference between mpi and openmp?

0 Answers  


Categories