What is adt in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Where is volatile variable stored?
why java is called as a purely oops language.
What is wrong with this declaration?
size maximum allocated by calloc()
Are local variables initialized to zero by default in c?
What is void pointers in c?
consagous technology placement paper
Explain the difference between fopen() and freopen().
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Are pointers integer?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
how to sort two array of characters and make a new array of characters.