Why should I use standard library functions instead of writing my own?
No Answer is Posted For this Question
Be the First to Post Answer
How do you convert strings to numbers in C?
What language is windows 1.0 written?
Why n++ execute faster than n+1 ?
how to print value of e(exp1)up to required no of digits after decimal?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is a function simple definition?
how to find binary of number?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
Explain how do you view the path?
What is a pointer in c plus plus?
How many types of sorting are there in c?