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
What is the difference between GETS();AND SCANF();
How can I convert a number to a string?
What are integer variable, floating-point variable and character variable?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
how to go with this?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
which one low Priority in c? a)=,b)++,c)==,d)+
Explain what does the function toupper() do?
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A