Difference between linking and loading?
What is auto keyword in c?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
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
Is c easy to learn?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
write a program to create a sparse matrix using dynamic memory allocation.
Why is this loop always executing once?
What is the difference between array and linked list in c?
Can you assign a different address to an array tag?
How to find a missed value, if you want to store 100 values in a 99 sized array?
How do you define a string?
why effort estimation is important?