What is getch?
No Answer is Posted For this Question
Be the First to Post Answer
Explain 'bit masking'?
Why can't I perform arithmetic on a void* pointer?
What does void main return?
What is the data segment that is followed by c?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
What is the difference between fread buffer() and fwrite buffer()?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is difference between structure and union in c?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
Explain modulus operator. What are the restrictions of a modulus operator?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
What are header files in c?