What is atoi and atof in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the advantages of using macro in c language?
Why can arithmetic operations not be performed on void pointers?
What is an object?
Process by which one bit pattern in to another by bit wise operation is?
define c
What is the function of multilevel pointer in c?
write a program to swap two numbers without using temporary variable?
There seem to be a few missing operators ..
What is the difference b/w Structure & Union?
What is #include stdio h and #include conio h?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
How to add two numbers without using semicolon at runtime