Is that possible to add pointers to each other?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program using for loop in switch case?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
Explain the use of function toupper() with and example code?
What is the most efficient way to store flag values?
How are structure passing and returning implemented?
a=5 a=a++/++a
what is compiler
Explain the term printf() and scanf() used in c language?
how many error occurs in C language ?
difference between string and array?
What is identifier in c?
How macro execution is faster than function ?