What’s a signal? Explain what do I use signals for?
Can you please explain the difference between malloc() and calloc() function?
What does & mean in scanf?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
What is sizeof return in c?
What are the uses of null pointers?
what value is returned to operating system after program execution?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
Here is a good puzzle: how do you write a program which produces its own source code as output?
Explain how do you declare an array that will hold more than 64kb of data?
what is meant by c