What is indirection? How many levels of pointers can you have?
No Answer is Posted For this Question
Be the First to Post Answer
why u join this call center?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
simple program of graphics and their output display
What are the different types of control structures in programming?
Is there a way to jump out of a function or functions?
Do you know the purpose of 'register' keyword?
What does. int *x[](); means ?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Explain what is the most efficient way to store flag values?
what is a stack