What is the difference between text files and binary files?
No Answer is Posted For this Question
Be the First to Post Answer
What is keyword in c?
write a program to display all prime numbers
How can I find out how much memory is available?
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
Can you pass an entire structure to functions?
What does it mean when the linker says that _end is undefined?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Diff between for loop and while loop?
WHO WROTE C LANGUAGE?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
i want to know aptitude questions,technical questions
Can a pointer point to null?