How can I delete a file?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for deleting duplicate elements in an array
Explain what is the most efficient way to store flag values?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
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.
how to write hello word without using semicolon at the end?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
How is a macro different from a function?
What do the functions atoi(), itoa() and gcvt() do?
Explain built-in function?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)