What is echo in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What should not contain a header file?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is the explanation for prototype function in c?
What do the functions atoi(), itoa() and gcvt() do?
What is structure padding and packing in c?
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
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
Explain how can I pad a string to a known length?
write a program to generate 1st n fibonacci prime number
What is assignment operator?
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,