How can I automatically locate a programs configuration files in the same directory as the executable?
No Answer is Posted For this Question
Be the First to Post Answer
how to find the largest element of array without using relational operater?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
Can a program have two main functions?
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
Write a program to print fibonacci series without using recursion?
swap 2 numbers without using third variable?
What are the different properties of variable number of arguments?
Explain what are its uses in c programming?
What are the string functions? List some string functions available in c.
how do you programme Carrier Sense Multiple Access
How do you convert strings to numbers in C?
What are the preprocessors?