Which node is more powerful and can handle local information processing or graphics processing?
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!
How can I read in an object file and jump to locations in it?
wite a programme in c to linear search a data using flag and without using flags?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
how many argument we can pas in in a function
How to write a multi-statement macro?
Write a program to print the prime numbers from 1 to 100?
How do shell structures work?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
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.
write a program to compare 2 numbers without using logical operators?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??