Write a program with dynamically allocation of variable.
No Answer is Posted For this Question
Be the First to Post Answer
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
Who is invented by c?
What is main () in c language?
why do some people write if(0 == x) instead of if(x == 0)?
What are the types of pointers in c?
When should a far pointer be used?
What are the types of data structures in c?
Where are some collections of useful code fragments and examples?
Where are c variables stored in memory?
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
How can you be sure that a program follows the ANSI C standard?
How can a number be converted to a string?