Can we add pointers together?
No Answer is Posted For this Question
Be the First to Post Answer
What is the general form of #line preprocessor?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Explain data types & how many data types supported by c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Are bit fields portable?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
praagnovation
write a c program for greatest of three numbers without using if statment
A stack can be implemented only using array?if not what is used?
How to print "Hi World" without using semi colon?
When should a far pointer be used?