What is the sizeof () a pointer?
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");} }
How important is structure in life?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Program to find larger of the two numbers without using if-else,while,for,switch
What is pre-emptive data structure and explain it with example?
Write a simple program to find the size of different basic data types in C.
Explain the differences between public, protected, private and internal.
What is volatile variable in c?
Explain how do you print only part of a string?
how can i print "hello"
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Explain the difference between call by value and call by reference in c language?