What is the use of sizeof () in c?
No Answer is Posted For this Question
Be the First to Post Answer
why we use "include" word before calling the header file. is there any special name for that include??????
Write a program that his output * *** *****
Can include files be nested?
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 are the types of i/o functions?
Why do we need arrays in c?
What is the use of #define preprocessor in c?
What is const volatile variable in c?
Is null always defined as 0(zero)?
How can I generate floating-point random numbers?
How to delete a node from linked list w/o using collectons?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?