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
What are the types of macro formats?
how can be easily placed in TCS.
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What is the difference between void main() and void main (void) give example programme?
What is nested structure with example?
How do you initialize pointer variables?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
what is the diference between pointer to the function and function to the pointer?
What is the difference between the local variable and global variable in c?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
What is the benefit of using an enum rather than a #define constant?