What is the purpose of main( ) in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using macro in c language?
Can we replace the struct function in tree syntax with a union?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Why is it that not all header files are declared in every C program?
What is the use of a static variable in c?
What are examples of structures?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Write a program in c to input a 5 digit number and print it in words.
Can you please explain the difference between exit() and _exit() function?
What is the difference between array_name and &array_name?
Tell us something about keyword 'auto'.