how can use subset in c program and give more example
No Answer is Posted For this Question
Be the First to Post Answer
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
What are the advantages of union?
What is the purpose of type declarations?
Explain the meaning of keyword 'extern' in a function declaration.
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Describe explain how arrays can be passed to a user defined function
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
input any 4 digit number and find the difference of all the digits?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
How many parameters should a function have?