Is c easier than java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why do u use # before include in a C Progam?

9 Answers   IBM,


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4

3 Answers  


How is a pointer variable declared?

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


Explain what does the function toupper() do?

0 Answers  


How to print %d in output

6 Answers   Wipro,


Are there namespaces in c?

0 Answers  


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 Answers   Qualcomm,


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


What is n in c?

0 Answers  


Categories