write a program to find lcm and hcf of two numbers??
i want to know the procedure of qualcomm for getting a job through offcampus
What does 4d mean in c?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
Why doesn't the code "a[i] = i++;" work?
Explain the Difference between the New and Malloc keyword.
Which of these functions is safer to use : fgets(), gets()? Why?
write a program to generate 1st n fibonacci prime number
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
What is array of structure in c programming?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
All technical questions
What is the diffrent between while and do while statement ?