Is that possible to store 32768 in an int data type variable?
No Answer is Posted For this Question
Be the First to Post Answer
c program to input values in a table(using 2D array) and print odd numbers from them
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What does a run-time "null pointer assignment" error mean?
can we have joblib in a proc ?
What is include directive in c?
program to print upper & lower triangle of a matrix
#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
How does placing some code lines between the comment symbol help in debugging the code?
How to add two numbers without using semicolon at runtime
What is the size of enum in c?
What is c mainly used for?