What is the meaning of c in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the benefit of using an enum rather than a #define constant?
why TCS selected more student in the software field from all institution.
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
Why is C language being considered a middle level language?
When should structures be passed by values or by references?
How is pointer initialized in c?
What is array of structure in c?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What do you mean by c what are the main characteristics of c language?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
How is a pointer variable declared?
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..