What is difference between && and & in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is a pointer
4 Answers Bank Of America, TCS,
what different between c and c++
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
The differences between Windows XP and Windows Visa
Explain how can I make sure that my program is the only one accessing a file?
What is difference between class and structure?
What is #line?
typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?
IS Doon college of Engn.. has good faculty
What is a loop?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Draw 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