How will you find a duplicate number in a array without
negating the nos ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the preprocessor directive error?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
Sir i need notes for structure,functions,pointers in c language can you help me please
post new interiew question and aptitude test papers
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
p*=(++q)++*--p when p=q=1 while(q<=6)
how can use subset in c program and give more example
What is the difference between typedef and #define?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
How we can insert comments in a c program?