difference between my-strcpy and strcpy ?
Answer Posted / vinod
There is nothing as my-strcpy,ur-strcpy etc...
u need to look at man page before doing anything silly..
As a programmer u need to understand naming conventions
better...
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Are pointers integer?
What are Macros? What are its advantages and disadvantages?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Why is python slower than c?
What is break statement?
What is the use of getch ()?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
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
Explain how can I avoid the abort, retry, fail messages?
Can true be a variable name in c?
What is string length in c?
How can I change their mode to binary?
How do you view the path?
Why is c not oop?