Can you add pointers together? Why would you?
No Answer is Posted For this Question
Be the First to Post Answer
If the static variable is declared as global, will it be same as extern?
what is the difference between. system call and library function?
What is a memory leak? How to avoid it?
What is the difference between fork() and vfork()?
how do we remove the printed character in printf statement and write next it it
how to copy a string without using c function
const char * char * const What is the differnce between the above tow?.
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
What is difference between structure and union?
Why do we need functions in c?
what is printf