What does void main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Program to simulate second clock
The statement, int(*x[]) () what does in indicate?
what is call by value and call by reference
Explain how can I make sure that my program is the only one accessing a file?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is sizeof in c?
Write a program to exchange two variaables without temp
write a program to add two numbers of any size.....(remember any size)
What is the difference between Printf(..) and sprint(...) ?
Explain can static variables be declared in a header file?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]