Answer Posted / krishna
array of 5 pointers
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does the && operator do in a program code?
Explain what is the benefit of using enum to declare a constant?
p*=(++q)++*--p when p=q=1 while(q<=6)
Why main is not a keyword in c?
What is the use of pointers in C?
What do mean by network ?
What is || operator and how does it function in a program?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the use of static variable in c?
What is the use of bitwise operator?
Is this program statement valid? INT = 10.50;
What is a char c?
What is the meaning of && in c?
What is the scope of local variable in c?
Where local variables are stored in c?