Explain about the functions strcat() and strcmp()?
No Answer is Posted For this Question
Be the First to Post Answer
Are the expressions * ptr ++ and ++ * ptr same?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
How can I convert integers to binary or hexadecimal?
how many errors in c explain deply
Explain data types & how many data types supported by c?
What is the function of multilevel pointer in c?
regarding pointers concept
How can I direct output to the printer?
void main() { int i=5; printf("%d",i++ + ++i); }
Find MAXIMUM of three distinct integers using a single C statement
What is a double 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