Code for calculating
square root without
using library function,
of math.h
Answer Posted / darshana
Dim i As Integer
Console.WriteLine("enter the number")
i = Console.ReadLine()
For a As Integer = 0 To 1000
If a * a = i Then
Console.WriteLine(a)
Exit Sub
End If
Next
| Is This Answer Correct ? | 5 Yes | 14 No |
Post New Answer View All Answers
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is the difference between null pointer and wild pointer?
How can you draw circles in C?
What is the difference between NULL and NUL?
Why does not c have an exponentiation operator?
What is the use of pragma in embedded c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is a substring in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Explain high-order and low-order bytes.
What is your stream meaning?
What is double pointer?
Explain what is page thrashing?
What is static memory allocation? Explain
Are comments included during the compilation stage and placed in the EXE file as well?