What are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What are the preprocessor categories?
What are the types of i/o functions?
List the difference between a "copy constructor" and a "assignment operator"?
What is #include conio h?
Is printf a keyword?
What is an lvalue and an rvalue?
What does sizeof return c?
write a c program to store and print name,address,roll.no of a student using structures?
What are the advantages of using macro in c language?
What's the total generic pointer type?