Why do we use pointer to pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a const pointer, and how does it differ from a pointer to a const?
How does #define work?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
What is the use of getchar() function?
What is FIFO?
What is the use of keyword VOLATILE in C?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
What are high level languages like C and FORTRAN also known as?
write a c program to convert fahrenheit to celsius?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
Total of how many functions are available in c?