Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0
6 11118a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
TCS,
1 2233to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
2 5691How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
1 4004What’s the difference between sort(), assort() and ksort? Under what circumstances would you use each of these?
2 22386
What is trait in php?
What is the difference between union and anonymous union?
How is a function declared? Why are Kotlin functions known as top-level functions?
daily Routine of father
What is the biggest challenge facing your current job right now? What is your biggest failure?
How much is the wordpress business plan?
Explain the types of operations? Draw the figure for shift and rotate operations?
what is ur strangth & weekness
Explain me is it possible to destroy a cookie?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
What are Data classes ? Aren’t they available in Java ?
What is the process to get the home directory using ‘~' in python?
swap 2 numbers without using third variable?
Do you know what version of laravel do you generally use?
What does $_files means?