How to compare array with pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What is a function simple definition?
What are nested functions in c?
from which concept of 'c', the static member function of 'c++' has came?
Can we access the array using a pointer in c language?
What is a stream water?
Explain the red-black trees?
Why dont c comments nest?
Why doesn't the code "a[i] = i++;" work?
Explain what is the purpose of "extern" keyword in a function declaration?
What are disadvantages of C language.
Write a program to identify if a given binary tree is balanced or not.