How can I make sure that my program is the only one accessing a file?
No Answer is Posted For this Question
Be the First to Post Answer
What is a const pointer, and how does it differ from a pointer to a const?
WAP to find that given no is small or capital
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
char p="data"; printf(p);
Please write the area of a RIGHT ANGLED TRIANGLE.
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Place the #include statement must be written in the program?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
write a program for odd numbers?
code for bubble sort?
What is a c token and types of c tokens?
What is union and structure?