How can I recover the file name given an open stream or file descriptor?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
what type of language is C?
write a program to generate 1st n fibonacci prime number
What is difference between structure and union in c programming?
What is nested structure with example?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
Which are low level languages?
Explain modulus operator. What are the restrictions of a modulus operator?
Where is volatile variable stored?
errors in computer programmes are called
Explain what is the difference between the expression '++a' and 'a++'?