What is the difference between text and binary i/o?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
Why is C language being considered a middle level language?
how to find the largest element of array without using relational operater?
How can I change the size of the dynamically allocated array?
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
What is the size of empty structure in c?
When would you use a pointer to a function?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
What is multidimensional arrays
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Explain Basic concepts of C language?
What is calloc()?