how is the examination pattern?
No Answer is Posted For this Question
Be the First to Post Answer
What is the stack in c?
How pointer is different from array?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
What is default value of global variable in c?
Write a program to check armstrong number in c?
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
Difference between constant pointer and pointer to a constant.
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
What is putchar() function?
Explain what are the different file extensions involved when programming in c?
What are types of preprocessor in c?
Write a program that can show the multiplication table.