What is the difference between void main() and void main (void) give example programme?
No Answer is Posted For this Question
Be the First to Post Answer
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
write a program to print sum of each row of a 2D array.
IS Doon college of Engn.. has good faculty
What are the advantages and disadvantages of c language?
What are called c variables?
What is the condition that is applied with ?: Operator?
array of pointer pointer to array pointer to pointer
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can I find out how much memory is available?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
What does %d do in c?