Explain what is wrong with this statement? Myname = ?robin?;
No Answer is Posted For this Question
Be the First to Post Answer
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is a buffer in c?
The statement, int(*x[]) () what does in indicate?
write an interactive program to generate the divisors of a given integer.
write a c program to add two integer numbers without using arithmetic operator +
Explain the difference between the local variable and global variable in c?
Explain the difference between malloc() and calloc() in c?
List a few unconditional control statement in c.
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
What are the advantages of the functions?
What are static functions?
char *p="name"; printf(p);