Answer Posted / shankar
1+3+5=9
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are pointers? Why are they used?
What is getch?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How many levels of indirection in pointers can you have in a single declaration?
What extern c means?
What is the difference between char array and char pointer?
How can I make it pause before closing the program output window?
Why & is used in scanf in c?
What is the c language function prototype?
Write a program to swap two numbers without using the third variable?
What are the types of unary operators?
In a byte, what is the maximum decimal number that you can accommodate?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;