illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
1725write 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.
3612Draw 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
4886A 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 6744Write 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 5498How 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?
1697hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
1587Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
3 5332Write 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 4155In 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)
1767
What does 3 periods mean in texting?
How can I determine whether a machines byte order is big-endian or little-endian?
What is the heap?
What is pointer in c?
What are run-time errors?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is the use of getch ()?
Where are c variables stored in memory?
Do you have any idea about the use of "auto" keyword?
What oops means?
What is double pointer?
Which is better oop or procedural?
Write a program to swap two numbers without using a temporary variable?
What are the advantage of c language?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]