Is it better to bitshift a value than to multiply by 2?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between exit() and _exit() function?
What are the types of variables in c?
how to devloped c lenguege?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
Explain what are header files and explain what are its uses in c programming?
How to define structures? ·
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What is console in c language?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
How can I convert a number to a string?