What is a macro, and explain how do you use it?
No Answer is Posted For this Question
Be the First to Post Answer
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
biggest of two no's with out using if condition statement
write a program to sort the elements in a given array in c language
What are the usage of pointer in c?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What are shell structures used for?
what is the difference between %d and %*d in c languaga?
can we access one file to one directory?
How to add two numbers with using function?
How can I set an array's size at run time?
What is use of pointer?
Explain enumerated types.