writ a program to compare using strcmp VIVA and viva with its
output.
No Answer is Posted For this Question
Be the First to Post Answer
why array index always starts from zero??
what is event driven software and what is procedural driven software?
What is break statement?
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
Is python a c language?
What is meant by recursion?
How does the assert() function work?
Why should I use standard library functions instead of writing my own?
What are the different types of linkage exist in c?
write a program to print %d ?
How can I implement a delay, or time a users response, with sub-second resolution?
What is chain pointer in c?