What is atoi and atof in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is faster than c++?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
what is a headerfile?and what will be a program without it explain nan example?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is the difference between void main and main in c?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
i have a written test for microland please give me test pattern
Is it better to bitshift a value than to multiply by 2?
What is an array? What the different types of arrays in c?
what is data structure
Is anything faster than c?