What language is c written?
No Answer is Posted For this Question
Be the First to Post Answer
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
what is the structure?
What are the salient features of c languages?
can we store values and addresses in the same array? explain
define string ?
Difference between null pointer and dangling pointer?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
Write a program using bitwise operators to invert even bits of a given number.
Explain the process of converting a Tree into a Binary Tree.
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
Does c have enums?
What is a class c rental property?