Answer Posted / shaili kaur
A team is a group of people working together towards a common goal.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is file a keyword in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Why is sprintf unsafe?
What is || operator and how does it function in a program?
Explain how do you determine the length of a string value that was stored in a variable?
How can I remove the leading spaces from a string?
Process by which one bit pattern in to another by bit wise operation is?
Why n++ execute faster than n+1 ?
is it possible to create your own header files?
What are pointers? What are different types of pointers?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How do you view the path?
Does sprintf put null character?
How can I call fortran?