What is the best style for code layout in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is software?
Reverse a string word by word??
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the difference between pure virtual function and virtual function?
Is null always defined as 0(zero)?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What are c identifiers?
How can I do serial ("comm") port I/O?
What is c language used for?
What is the difference between formatted&unformatted i/o functions?
writ a program to compare using strcmp VIVA and viva with its output.
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list