What is meaning of tree
No Answer is Posted For this Question
Be the First to Post Answer
difference between the array and linked list general difference related to memory
What is the use of getch ()?
What is extern c used for?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What library is sizeof in c?
Tell me what is the purpose of 'register' keyword in c language?
How to calculate sum
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
What are the primitive data types in c?
What are compound statements?
Explain what is the difference between a free-standing and a hosted environment?