What are the different types of pointers used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Define circular linked list.
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
What is the difference between test design and test case design?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
What are the different types of endless loops?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
How to create struct variables?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
What is an volatile variable?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions