to find the closest pair
No Answer is Posted For this Question
Be the First to Post Answer
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
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?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
what does exit() do?
What are Macros? What are its advantages and disadvantages?
Why does not use getgh(); and <conio.h> in c language.
How can I find out how much memory is available?
find largest of 3 no
what is array?
Explain how do you view the path?