How do I swap bytes?
No Answer is Posted For this Question
Be the First to Post Answer
How do we print only part of a string in c?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
Is c a great language, or what?
What are the basic data types associated with c?
What are dangling pointers? How are dangling pointers different from memory leaks?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
How do I get an accurate error status return from system on ms-dos?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is c preprocessor mean?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
please give me some tips for the selection in TCS.
C program to read the integer and calculate sum and average using single dimensional array