Explain what is the difference between text files and binary files?
No Answer is Posted For this Question
Be the First to Post Answer
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
What is the difference between struct and typedef struct in c?
What is indirection? How many levels of pointers can you have?
what is the hardware model of CFG( context free grammar)
what is the use of using linked list and array?
What is the difference between c and python?
what is the diference between pointer to the function and function to the pointer?
What is return in c programming?
Where is c used?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
what is calloc and malloc?