If errno contains a nonzero number, is there an error?
No Answer is Posted For this Question
Be the First to Post Answer
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Write a c program using for loop in switch case?
When would you use a pointer to a function?
explain what are actual arguments?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
What is the difference between local variable and global variable in c?
what is the similarities between. system call and library function?
When should you not use a type cast?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
write the program to find multiplication of 2-D matrix??????????