What is use of integral promotions in c?
No Answer is Posted For this Question
Be the First to Post Answer
wap to print "hello world" without using the main function.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How is a structure member accessed?
Is c easy to learn?
Why is the code below functioning. According to me it MUST NOT.
What are the loops in c?
program to find a smallest number in an array
How reliable are floating-point comparisons?
What does a run-time "null pointer assignment" error mean?
What's wrong with "char *p = malloc(10);" ?
how to print 212 as Twohundreds twelve plz provide me ans soon
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?