How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
No Answer is Posted For this Question
Be the First to Post Answer
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
what is the little endian and big endian?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What is putchar() function?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Write a Program to accept different goods with the number, price and date of purchase and display them
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack