What are the key features in c programming language?
hi any body pls give me company name interview conduct "c" language only
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
Explain Function Pointer?
What are structures and unions? State differencves between them.
Why do we use & in c?
what is mallloc()?how it works?
Mention four important string handling functions in c languages .
Explain b+ tree?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);