Do you have any idea how to compare array with pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find biggest of 3 number without relational operator?
difference of two no's with out using - operator
can we declare a variable in different scopes with different data types? answer in detail
What is the purpose of #pragma directives in C?
What are enums in c?
Can a program have multiple main() functions?
Can a pointer be volatile in c?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
which one is better structure or union?(other than the space occupied )
Can you add pointers together? Why would you?
Differentiate between the expression “++a” and “a++”?
why we wont use '&' sing in aceesing the string using scanf