Explain how can I read and write comma-delimited text?
No Answer is Posted For this Question
Be the First to Post Answer
What is a pointer and how it is initialized?
What is the difference between malloc calloc and realloc in c?
What are register variables in c?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
Do you have any idea how to compare array with pointer in c?
What is the heap?
Explain what is the concatenation operator?
What is the size of array float a(10)?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the explanation for cyclic nature of data types in c?
What is meant by initialization and how we initialize a variable?