State the difference between x3 and x[3].
No Answer is Posted For this Question
Be the First to Post Answer
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Why is event driven programming or procedural programming, better within specific scenario?
can anyone please tell about the nested interrupts?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
how to find sum of digits in C?
Tell me with an example the self-referential structure?
logic for x=y^n
Explain what is the difference between a free-standing and a hosted environment?
How do you override a defined macro?
Find greatest of two numbers using macro
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
what is the code for getting the output as * ** ***