If i have an array 0 to 99 i.e,(Size 100)
I place the values 1 to 100 randomly like a[0]=29,a[1]=56
upto array[99].. the values are only between 1 to 100.
getting the array values by using scanf..
If i entered one wrong element value line a[56]=108.
how can i find it.. and also how to find the missing value
in 1 to 100.. and i want to replace the missing values..
any one of them know please post your answer..
No Answer is Posted For this Question
Be the First to Post Answer
change to postfix a/(b+c*d-e)
What is the difference between null pointer and wild pointer?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Explain the advantages of using macro in c language?
Explain spaghetti programming?
What is a pointer in c plus plus?
1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..
logic for x=y^n
write a program to generate 1st n fibonacci prime number
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
Why is it important to memset a variable, immediately after allocating memory to it ?
difference between loading and linking