How can a string be converted to a number?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
How are Structure passing and returning implemented by the complier?
List out few of the applications that make use of Multilinked Structures?
how should functions be apportioned among source files?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
What are the different types of control structures in programming?
Write a factorial program using C.
Write a program that accept anumber in words
Describe dynamic data structure in c programming language?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }