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

Post New Answer

More C Interview Questions

Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!

1 Answers  


How can I read in an object file and jump to locations in it?

0 Answers  


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

0 Answers  


how many argument we can pas in in a function

25 Answers   CTS,


How to write a multi-statement macro?

0 Answers  


Write a program to print the prime numbers from 1 to 100?

7 Answers  


How do shell structures work?

0 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

0 Answers   TCS,


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


Categories