What is typedf?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is array in c with example?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Do you know what is the purpose of 'extern' keyword in a function declaration?
how to return 1000 variables from functio9n in c?plz give me code also
what is the difference between exit() and _exit() functions?
What is formal argument?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain what is the heap?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
pgm to find middle element of linklist(in efficent manner)