illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
2076write 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.
3970Draw 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
5216A 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 7682Write 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 6030How 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?
2099hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
1920Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
3 6201Write 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 4912In 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)
2127
Define the scope of static variables.
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Explain what is gets() function?
When is a null pointer used?
What is non linear data structure in c?
what is use of malloc and calloc?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Between macros and functions,which is better to use and why?
Why c language?
What is your stream meaning?
When should volatile modifier be used?
How can I split up a string into whitespace-separated fields?
What are the 4 types of organizational structures?
What are control structures? What are the different types?
When would you use a pointer to a function?