Why double pointer is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to introdu5ce my self in serco
What are local static variables?
Can you please explain the difference between syntax vs logical error?
What are static variables in c?
Differentiate between a for loop and a while loop? What are it uses?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain how are 16- and 32-bit numbers stored?
What do header files do?
difference between spiral and waterfall model
what is the function of void main()?
without a terminator how can we print a message in a printf () function.
how to swap 2 numbers within a single statement?