Why is c platform dependent?
No Answer is Posted For this Question
Be the First to Post Answer
What is class and object in c?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
write a program to display numbers from 1 to 10 and 10 to 1?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Which node is more powerful and can handle local information processing or graphics processing?
What are examples of structures?
What is modifier & how many types of modifiers available in c?
what is d pitfalls of registers variables
What are the different types of control structures?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is wrong with this statement? Myname = 'robin';
What is d'n in c?