What is time null in c?
No Answer is Posted For this Question
Be the First to Post Answer
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
what is the syallabus of computer science students in group- 1?
please send me the code for multiplying sparse matrix using c
Is struct oop?
When we use void main and int main?
what is the need for main function in c?
Write a program to exchange two variaables without temp
Which is the memory area not included in C program? give the reason
What are local static variables? How can you use them?
What the advantages of using Unions?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
write a program to add two numbers of any size.....(remember any size)