Where are some collections of useful code fragments and examples?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of union?
What is the purpose of 'register' keyword in c language?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
write a programme to convert temperature from farenheit to celcius?
Describe advantages and disadvantages of the various stock sorting algorithms
What is mean by data types in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the most efficient way to count the number of bits which are set in an integer?
Explain what is wrong with this statement? Myname = ?robin?;
what is real time system?what is the differance between hard and soft real time systems
Explain what is the difference between #include and #include 'file' ?
Why malloc is faster than calloc?