Why double pointer is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
develop algorithms to add polynomials (i) in one variable
What is a function simple definition?
i need all types of question paper releted to "c" and other language.
What are bitwise shift operators in c programming?
explain what are actual arguments?
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
main() { int i=400,j=300; printf("%d..%d"); }
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
What are the 5 elements of structure?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
What is difference between arrays and pointers?