explain how do you use macro?
No Answer is Posted For this Question
Be the First to Post Answer
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
Write a program using bitwise operators to invert even bits of a given number.
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
Explain is it valid to address one element beyond the end of an array?
What are different types of pointers?
Write a program to check palindrome number in c programming?
Write a simple code fragment that will check if a number is positive or negative.
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
Are pointers integers in c?