What is calloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of "dangling pointers" in C.
write a programme to convert temperature from farenheit to celcius?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Write a program to show the change in position of a cursor using c
Is c high or low level?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Are there any problems with performing mathematical operations on different variable types?
Explain what is meant by 'bit masking'?
Explain the red-black trees?
what is the disadvantage of using macros?
Where we use clrscr in c?