Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
No Answer is Posted For this Question
Be the First to Post Answer
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
What is a newline escape sequence?
what is the code to display color fonts in the output?
Why does the call char scanf work?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
Whether there can be main inside another main?If so how does it work?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What are the characteristics of arrays in c?
what are bitwise shift operators?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
In which area global, external variables are stored?