What is the package for freshers(Non IIT) in
amazon(hyderabad). And what is the same for those who are a
contract employee.
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
What does 1f stand for?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
How to add two numbers without using semicolon n c????
Calculate 1*2*3*____*n using recursive function??
What does %p mean?
Explain the advantages of using macro in c language?
#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
what does static variable mean?
1,1,5,17,61,217,?,?.
can we initialize all the members of union?