answersLogoWhite

0


Best Answer

Yes

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

atoi()

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible to convert a string into integer without using any function in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Write a Program to convert decimal number into hexadecimal no without using function and string?

This is not a question.


How a program in c that will add 2 numbers without using any operator?

Not possible. Let's not forget than in C the followings are all operators:+, -+=, -=++, --=&, *, []function-call


How do you convert a lower level language to a higher level programming language?

You cannot. Conversion is one-way only. It is possible to convert machine code to disassembly, but disassembly is not high-level, it is simply a symbolic representation of the machine code, similar to assembly but without any constants, named variables or comments.


When do you need to use default arguments in a function?

We declare (not use) default arguments in a function whenever the default values cover the majority of calls to that function. We use default arguments in order to simplify those calls and thus reduce the verbosity of our calling code, thus making it easier to call the function.


Explain you how you can impliment programme in c language without main function?

You can't. If you have no main function, then there is no entry point to your code and it cannot be executed. Code without a main function is essentially a library. In MS Windows, GUI mode, you don't have to have main function. (WinMain is used instead).

Related questions

What is the least possible 8-digits number without repeating any digit?

The least possible integer is -98765432. The least possible positive integer is 10234567.


Function of power supply?

to convert AC into DC voltage without fluctuation


Write a Program to convert decimal number into hexadecimal no without using function and string?

This is not a question.


Is it possible to convert a car without cruise control to have cruise control?

It is possible to convert a car without cruise control to have cruise control. Many auto parts stores sell kits which will install cruise control in a vehicle.


Is it possible to convert 15 tire to 16 tire?

Not without a lot of re-building


Can you write a program without specifying the prototype of any function?

You can write a program without specifying its prototype when the function returns an integer.If the prototype is not mentioned the compiler thinks that the return type of the function used is integer.When making program which return integer you can ignore writing the protoype.


What makes an integer an integer?

An integer is a whole number without decimals or fractions


Is it possible to move or function without a brain?

The function of the brain is it controls the whole body and sends the body messages.


Is 0.6666666667 an integer?

No; an integer is a number without decimal digits, or without a fractional part.


Hi is there any way to convert .gme file to .exe Without memorial changes?

NO its not possible


How do you convert small case to upper case in Excel 2007 without using mouse?

You can use the UPPER function.


When the input of a function is -4 what is the output of the function.?

The output of the function would depend on the specific function itself. Without knowing the function, it is not possible to determine the output.