What is typedf?
No Answer is Posted For this Question
Be the First to Post Answer
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What is alloca() and why is its use discouraged?
Why static is used in c?
What is the meaning of int *x[]();?
How do you list a file’s date and time?
What does static mean in c?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
How do I get a null pointer in my programs?
How can I split up a string into whitespace-separated fields?
what is array?
What are types of preprocessor in c?