write a c program thal will find all sequences of length N
that produce the sum is Zero, print all possible solutions?
hi, which software companys will take,if d candidate's % is jst 55%?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
how write a addtion of two single dimensional array using of pointer in c language?
What is pragma in c?
Differentiate call by value and call by reference?
What is wild pointer in c with example?
what is the difference between getch() and getche()?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is array of structure in c programming?
a C prog to swap 2 no.s without using variables just an array?
where do we use structure pointer?
In which area global, external variables are stored?