Answer Posted / softwaretester4u
work environment is good. but pls post questions for
technical related this is help to others
| Is This Answer Correct ? | 12 Yes | 26 No |
Post New Answer View All Answers
Explain what are the __date__ and __time__ preprocessor commands?
What is static function in c?
What is a char c?
Explain how can I make sure that my program is the only one accessing a file?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is c value paradox explain?
Explain data types & how many data types supported by c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Explain how do you view the path?
Write a program to print all permutations of a given string.
Why cant I open a file by its explicit path?
Compare array data type to pointer data type
Difference between exit() and _exit() function?
How are pointers declared in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration