Can you subtract pointers from each other? Why would you?
No Answer is Posted For this Question
Be the First to Post Answer
How can you read a directory in a C program?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
How the processor registers can be used in C ?
In a byte, what is the maximum decimal number that you can accommodate?
Which weighs more, a gram of feathers or a gram of gold?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Why does not use getgh(); and <conio.h> in c language.
In a header file whether functions are declared or defined?
List the variables are used for writing doubly linked list program.
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
If the size of int data type is two bytes, what is the range of signed int data type?