program to convert a integer to string in c language'
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What are types of preprocessor in c?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
What is meant by operator precedence?
Write a code on reverse string and its complexity.
which type of aspect you want from the student.
Can a local variable be volatile in c?
What is gets() function?
What is this infamous null pointer, anyway?
What is static and volatile in c?
How can you determine the size of an allocated portion of memory?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee