Explain how do you view the path?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called a middle level language?
Explain what is gets() function?
Explain function pointer with exapmles.
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What is anagram in c?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
difference between spiral and waterfall model
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
#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
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
What is realloc in c?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings