Which node is more powerful and can handle local information processing or graphics processing?
No Answer is Posted For this Question
Be the First to Post Answer
2. What does static variable mean?
pascal triangle program
array of pointer pointer to array pointer to pointer
What does dm mean sexually?
Can we use any name in place of argv and argc as command line arguments?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Write a program to identify if a given binary tree is balanced or not.
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
Explain what is a 'locale'?
What is time complexity c?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
What is huge pointer in c?