If errno contains a nonzero number, is there an error?
No Answer is Posted For this Question
Be the First to Post Answer
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
When should you use a type cast?
what is reason of your company position's in india no. 1.
What is header file definition?
how to capitalise first letter of each word in a given string?
What is the Difference between Class and Struct?
Explain what is the benefit of using const for declaring constants?
What is the difference between ‘g’ and “g” in C?
how to print the character with maximum occurence and print that number of occurence too in a string given ?