Why header file is used in c?
What is an example of structure?
program to print circle structure
what is the maximum no. of bytes calloc can allocate
What is the difference between procedural and functional programming?
#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
Why cd or dvd are round why not square.
Explain do array subscripts always start with zero?
how to generate the length of a string without using len funtion?
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
how write a addtion of two single dimensional array using of pointer in c language?
please give me some tips for the selection in TCS.
What is the use of header files?