write a program to find lcm and hcf of two numbers??
what is the role you expect in software industry?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
What is main () in c?
i want to job in your company, so how it will be possible.
What is sizeof int in c?
how can use subset in c program and give more example
#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,
What are the difference between a free-standing and a hosted environment?
what is ANSI and ISO
Tell me when is a void pointer used?
What is "Hungarian Notation"?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?