Can we add pointers together?
No Answer is Posted For this Question
Be the First to Post Answer
What is console in c language?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
What is graph in c?
What is the Difference between Class and Struct?
Explain two-dimensional array.
#define d 10+10 main() { printf("%d",d*d); }
Sir i need notes for structure,functions,pointers in c language can you help me please
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
Why doesn't the code "a[i] = i++;" work?
const char * char * const What is the differnce between the above tow?.
How can I find out if there are characters available for reading?