What are 3 types of structures?
What is the scope of static variables?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
#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 do you mean by Recursion Function?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
a 'c' program to tell that the set of three coordinates lie on a same line
how to find anagram without using string functions using only loops in c programming
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
What is bin sh c?
What does 4d mean in c?
how can i get output like this? 1 2 3 4 5 6
size maximum allocated by calloc()