Is array name a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
In which language linux is written?
What is scanf_s in c?
what is diognisis?
Explain union.
What is #define?
In which layer of the network datastructure format change is done
what is the difference between while and do while?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What are conditional operators in C?
what is pointer?
What is the difference between null pointer and wild pointer?