What is structure packing in c?
No Answer is Posted For this Question
Be the First to Post Answer
what do structure language means?
what is answer for perfect number????????????????
How can you restore a redirected standard stream?
Do array subscripts always start with zero?
In C language what is a 'dangling pointer'?
c programming of binary addition of two binary numbers
Explain what does a function declared as pascal do differently?
what is the hardware model of CFG( context free grammar)
Explain what is the difference between far and near ?
Explain how can I manipulate strings of multibyte characters?
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
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar