Describe the header file and its usage in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What are the ways to a null pointer can use in c programming language?
What are the two types of functions in c?
Describe advantages and disadvantages of the various stock sorting algorithms
Explain what is a program flowchart and explain how does it help in writing a program?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
What is 02d in c?
How can I trap or ignore keyboard interrupts like control-c?
What does != Mean in c?
Write a program which returns the first non repetitive character in the string?
How can you increase the size of a dynamically allocated array?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.