What is the use of extern in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer to pointer in c with example?
wat s the meaning of (int *)p +4;
Write a program to show the workingof auto variable.
What are the features of c language?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
Is anything faster than c?
What is call by value in c?
Write a program to check armstrong number in c?
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
What is a pointer?
What is linear search?
When should you use a type cast?