what is reason of your company position's in india no. 1.
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
Can include files be nested? How many levels deep can include files be nested?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
what are the facialities provided by you after the selection of the student.
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
What is a memory leak in structures? How can we rectify that?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
Explain how can you tell whether two strings are the same?
What does %c mean in c?
What is double pointer in c?
Explain how are portions of a program disabled in demo versions?
What is structure in c explain with example?