What is wrong in this statement? scanf(“%d”,whatnumber);
No Answer is Posted For this Question
Be the First to Post Answer
write a program to remove occurrences the word from entered text?
code for reverse alternate words from astring
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
printf("%d",(printf("Hello")); What it returns?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What is the purpose of ftell?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
What is pointer to pointer in c with example?
What is call by reference in functions?
What is the right way to use errno?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
What is formal argument?