WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
No Answer is Posted For this Question
Be the First to Post Answer
what is inline function?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
Write a program to print “hello world” without using semicolon?
Explain what is the stack?
Explain what are the different file extensions involved when programming in c?
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
Explain about the constants which help in debugging?
What is the importance of c in your views?
code for concatination of 2 strings with out using library functions?
In a header file whether functions are declared or defined?
write a program to count the no of repaeted words in a line?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986