What is string concatenation in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can you allocate arrays or structures bigger than 64K?
void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
what are brk, sbrk?
What do header files do?
What is the difference between c &c++?
What are the keywords in c?
How can I read data from data files with particular formats?
What are the types of data types and explain?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Expand the following LKB BKL FFG
Explain how are 16- and 32-bit numbers stored?