How are pointers declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is function pointer?
Are there any problems with performing mathematical operations on different variable types?
What is the mean of function?
print a "hello" word without using printf n puts in c language
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is an lvalue in c?
Is printf a keyword?
Why doesn't the code "a[i] = i++;" work?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
Explain modulus operator.
What does it mean when a pointer is used in an if statement?
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");} }