What are the usage of pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is clrscr ()?
1. Write a program to reverse every second word in a given sentence.
wap in c to accept n number display the highest and lowest value
What are the advantages of c language?
How to print "Hi World" without using semi colon?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
What are the uses of pre-processor directives?
Why is c not oop?
Why & is used in c?
difference between object file and executable file
What is wrong with this program statement?