What is 1f in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of keyword 'register' with respect to variables.
what value is returned to operating system after program execution?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Explain what are run-time errors?
Explain what is the best way to comment out a section of code that contains comments?
Tell me with an example the self-referential structure?
Explain goto?
How we can set and clear bit in a byte using macro function?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
what defference between c and c++ ?
What is the difference between null pointer and the void pointer?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?