illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
2128write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
4013Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
5264A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
2 7795Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
1 6088How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
2137hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
1958Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
3 6307Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
2 4999In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
2172
How is a structure member accessed?
In a switch statement, what will happen if a break statement is omitted?
When should you use a type cast?
What is the benefit of using const for declaring constants?
What is the purpose of 'register' keyword?
Why c language?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
How can I send mail from within a c program?
What is meant by operator precedence?
Explain the properties of union. What is the size of a union variable
Explain how can you avoid including a header more than once?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is indirection in c?
What is the significance of scope resolution operator?
What is structure in c explain with example?