What is variable declaration and definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is void main () in c?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Which function in C can be used to append a string to another string?
What is c standard library?
What is break statement?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
How can you find the day of the week given the date?
Explain function pointer with exapmles.
How to add two numbers without using semicolon n c????
what is linkage error when it occurs in c program
Explain what is wrong in this statement?
What is a pointer on a pointer in c programming language?