Can we add pointers together?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between strcpy() and memcpy() function?
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are different types of variables in c?
How do you define a function?
What are loops c?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
What does == mean in texting?
What are the types of type specifiers?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Differentiate between new and malloc(), delete and free() ?
All technical questions