Why cant I open a file by its explicit path?
Explain #pragma statements.
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Explain what is dynamic data structure?
What is the ANSI C Standard?
Explain what is the difference between text files and binary files?
What is the value of h?
What is typedf?
What is structure in c explain with example?
Explain what are header files and explain what are its uses in c programming?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
what is the height of tree if leaf node is at level 3. please explain
In a switch statement, what will happen if a break statement is omitted?
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..
What is a buffer in c?