Is there a way to compare two structure variables?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is meant by high-order and low-order bytes?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
what is the flow of execution in cprogram? ex:printf();,scanf();
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
what is the difference b/w compiler and debugger?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
Explain heap and queue.
Give me basis knowledge of c , c++...
What does 2n 4c mean?
can v write main() { main(); } Is it true?