Answer Posted / srinivasroyal
A constant pointer is nothing which can not allow any
arthametic operations on it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How pointer is different from array?
What does & mean in scanf?
What is modifier & how many types of modifiers available in c?
What are the valid places to have keyword “break”?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the description for syntax errors?
Explain the difference between strcpy() and memcpy() function?
Define circular linked list.
What is context in c?
write a program to copy the string using switch case?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Why is c called a structured programming language?
What are global variables and how do you declare them?
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.
code for replace tabs with equivalent number of blanks