Can you pass an entire structure to functions?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what a Binary Search Tree is.
without a terminator how can we print a message in a printf () function.
How can I invoke another program or command and trap its output?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What does main () mean in c?
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
How do I declare a pointer to an array?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
what are the stages of compilation
Where does the name "C" come from, anyway?
What is main void in c?
What is a program flowchart?