What is void c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of organizational structure?
Explain how do you determine the length of a string value that was stored in a variable?
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
What are different types of operators?
What are the types of pointers in c?
const char * char * const What is the differnce between the above tow?.
Why do we use main function?
progrem to generate the following series 1 12 123 1234 12345
How to set file pointer to beginning 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
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is the difference between malloc() and calloc() function in c language?