What is the difference between text and binary i/o?
No Answer is Posted For this Question
Be the First to Post Answer
How can I read a binary data file properly?
What is calloc in c?
write a own function for strstr
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
what is function pointer?
What is wrong with this program statement?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Which weighs more, a gram of feathers or a gram of gold?
can we print any string without using terminator?
What does void main return?
What are the advantages of external class?
Write a program to print all permutations of a given string.