Answer Posted / rakesh
well i have some experience about working under pressure and under given deadline,i can handle people and make them to give their best,i know how to deal with my clients and colleagues and i am willing to put up my innovative ideas for development in this field.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is scanf_s in c?
How do I use void main?
How will you find a duplicate number in a array without negating the nos ?
How can I convert a number to a string?
Is main a keyword in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are the application of c?
Why doesnt long int work?
Simplify the program segment if X = B then C ← true else C ← false
What is calloc in c?
Explain a file operation in C with an example.
How many levels of indirection in pointers can you have in a single declaration?
What will be your course of action for a push operation?
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?