write a program to copy the string using switch case?
Why we write conio h in c?
What is the need of structure in c?
Write a function in c to find the area of a triangle whose length of three sides is given.
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
wt is d full form of c
explain about storage of union elements.
What does char * * argv mean in c?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is break statement?
What are the back slash character constants or escape sequence charactersavailable in c?
what is unsigened char and what is the difference from char
Why c language is called c?