Explain about C function prototype?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
What is external variable in c?
What should be keep precautions while using the recursion method?
What is 02d in c?
What does the function toupper() do?
What is logical error?
What is modeling?
#define d 10+10 main() { printf("%d",d*d); }
What is use of #include in c?