What is #include stdlib h?
No Answer is Posted For this Question
Be the First to Post Answer
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
Is there any data type in c with variable size?
where do we use volatile keyword?
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 merge sort in c?
how to add our own function in c library please give details.?
Explain what is the benefit of using const for declaring constants?
Did c have any year 2000 problems?
In c programming language, how many parameters can be passed to a function ?
What is the purpose of & in scanf?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none