Explain what is the difference between text files and binary files?
No Answer is Posted For this Question
Be the First to Post Answer
For what purpose null pointer used?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
How can I remove the trailing spaces from a string?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What is #define?
Which driver is a pure java driver
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Convert the following expression to postfix and prefix (A+B) * (D-C)
Define the scope of static variables.
How can I manipulate individual bits?
totally how much header files r in c language