write a program to find lcm and hcf of two numbers??
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
What language is lisp written in?
what is the different bitween abap and abap-hr?
What are the ways to a null pointer can use in c programming language?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
Can we replace the struct function in tree syntax with a union?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
how to find the sizof of any datatype using bit manipulations
What is openmp in c?