Sei sulla pagina 1di 1

#include int main() { charc =125; c=c+10; pf(c) return 0; } 2) function malloc accomplish to allocate block of memory on heap

3)In C,if you pass an array as an argument to a function,what actually passed? Base address of the array. 4)Keyword used to transfer control from a function back to the calling funtion is return 5) a=10; pf("a,a++,++a) ans - 12 11 11

Potrebbero piacerti anche