What are the two forms of #include directive?
No Answer is Posted For this Question
Be the First to Post Answer
What is dangling pointer in c?
c program to subtract between two numbers without using '-' sign and subtract function.
What is the c value paradox and how is it explained?
why ordinary variable store the later value not the initial
write a progrmm in c language take user interface generate table using for loop?
What is the use of static variable in c?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
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..
How many header files are in c?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
What is queue in c?