Explain what is the difference between text files and binary files?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of 'register' keyword in c language?
What are different types of operators?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
what is the similarities between. system call and library function?
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
Explain what is the difference between declaring a variable and defining a variable?
What is the difference between int and float?
Hai what is the different types of versions and their differences
all c language question
Which is better between malloc and calloc?
What are the different types of constants?
write a program to print calender using for loop.