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
What is the difference between functions getch() and getche()?
what is bit rate & baud rate? plz give wave forms
What is nested structure in c?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
How do we declare variables in c?
What is the size of a union variable?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
Can you please explain the difference between strcpy() and memcpy() function?
What is switch in c?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
What is the purpose of & in scanf?