Is it fine to write void main () or main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using enum to declare a constant?
What is the use of header?
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
what is the use of a array in c
write a program to swap two numbers without using temporary variable?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Are enumerations really portable?
write a program to convert a expression in polish notation (postfix) to inline (normal)
Mention four important string handling functions in c languages .
Is it acceptable to declare/define a variable in a c header?
What does the message "warning: macro replacement within a string literal" mean?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software