Explain 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 maximum size of array in c?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
What is size of union in c?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
how many key words availabel in c a) 28 b) 31 c) 32
What are the valid places to have keyword “break”?
What are the advantages of Macro over function?
write a c program that prints all multiples of 3between 1 and 50.
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Why cann't whole array can be passed to function as value.