what is the structure pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What are types of structure?
explain about storage of union elements.
What is null in c?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
WHAT IS INT?
Write a program using bitwise operators to invert even bits of a given number.
What are register variables? What are the advantage of using register variables?
Explain a file operation in C with an example.
Is it better to bitshift a value than to multiply by 2?
How can you pass an array to a function by value?
What is s or c?
What is %d called in c?