How can I delete a file?
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,
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
Why is C language being considered a middle level language?
What is omp_num_threads?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What is the purpose of realloc()?
what are brk, sbrk?
What does %f mean c?
What are the three constants used in c?
Does c have an equivalent to pascals with statement?
What is c++ used for today?