Answer Posted / yogesh rasal
printf("/%d")
| Is This Answer Correct ? | 1 Yes | 16 No |
Post New Answer View All Answers
Write a C program in Fibonacci series.
When should a far pointer be used?
what are the different storage classes in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is .obj file in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is a macro in c preprocessor?
What is string concatenation in c?
Why is c used in embedded systems?
Which is the memory area not included in C program? give the reason
What is the basic structure of c?
Is c still relevant?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is null in c?
What is the difference between array and pointer in c?