write a program that print itself even if the source file is
deleted?
Answers were Sorted based on User's Feedback
Answer / j.shakthi yokesh
@bitan:dude....if u don't mind,plz explain the code....i
didn't understand
| Is This Answer Correct ? | 0 Yes | 0 No |
What does volatile do?
What is main () in c?
hi send me sample aptitude papers of cts?
when user give a number it multiply with 9 without useing '+' and '*' oprator
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
What is c language in simple words?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is a union?
How many main () function we can have in a project?
wat is the meaning of c?