Explain what is dynamic data structure?
No Answer is Posted For this Question
Be the First to Post Answer
Give basis knowledge of web designing ...
How can I find out if there are characters available for reading?
How can I implement a delay, or time a users response, with sub-second resolution?
What is the difference between a string and an array?
what will happen if you free a pointer twice after allocating memory dynamically ?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
What are logical errors and how does it differ from syntax errors?
What does #pragma once mean?
give an example of type casting by a simple c program
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 it possible to have a function as a parameter in another function?
what is the program to display your name in any color?