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
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
I have seen function declarations that look like this
What are the application of void data type in c?
compare array with pointer?
Define the scope of static variables.
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What’s the special use of UNIONS?
What is variable declaration and definition in c?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
what do structure language means?
How can you tell whether two strings are the same?
program to convert a integer to string in c language'