what does ‘#include’ mean?
what is linkage error when it occurs in c program
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
How do you use a pointer to a function?
#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
sir, i cannot find the way how to write aprogram by using array on queue
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Wt are the Buses in C Language
Hai why 'c' is the middle language
Define Spanning-Tree Protocol (STP)
What is the difference between text and binary modes?
what is default constructor?