How do you determine a file’s attributes?
No Answer is Posted For this Question
Be the First to Post Answer
Explain spaghetti programming?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
What is mean by data types in c?
What is the difference between malloc() and realloc()?
Why is event driven programming or procedural programming, better within specific scenario?
1 1 12 21 123 321 12344231 how i creat it with for loop??
what is the self-referential structure?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
What will be your course of action for a push operation?
Which is better between malloc and calloc?