What is ## preprocessor operator in c?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Find if a number is power of two or not?
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
writ a program to compare using strcmp VIVA and viva with its output.
related to rdbms query .
What is the difference between File pointer and Internal Charecter Pointer?