What type of function is main ()?
No Answer is Posted For this Question
Be the First to Post Answer
How to establish connection with oracle database software from c language?
Can we change the value of constant variable in c?
what is an inline function?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is the relation between # and include<stdio.h>
difference between semaphores and mutex?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
Are there namespaces in c?
what are non standard function in c
write a program to print %d ?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer