Which command is more efficient?
*(ptr+1) or ptr[1]
Answer Posted / priya
*(ptr+1)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is queue in c?
What does & mean in scanf?
What language is lisp written in?
What are multibyte characters?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What do you mean by a sequential access file?
What are the types of i/o functions?
When is a “switch” statement preferable over an “if” statement?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is array in c with example?
Why clrscr is used in c?
what is the basis for selection of arrays or pointers as data structure in a program