What is declaration and definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between strcmp & palindrome?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
What does sizeof int return?
without using arithmatic operator convert an intger variable x into x+1
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
what is mean by Garbage collection ? Please answer me. Advance thanks.
what is an inline function?
What is the newline escape sequence?
read a number & print all its devisors using c-program?
Explain pointer. What are function pointers in C?