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 file in c language?
Explain what is the difference between a string and an array?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
how many error occurs in C language ?
What is pre-emptive data structure and explain it with example?
How is null defined in c?
Can we declare variables anywhere in c?
What is assert and when would I use it?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
read an array and search an element
Is c an object oriented programming language?