What is meant by initialization and how we initialize a variable?
No Answer is Posted For this Question
Be the First to Post Answer
i got 75% in all semester am i eligible for your company
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
difference between semaphores and mutex?
write a program in c to read array check element is present or not?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
How can I read in an object file and jump to locations in it?
write a function for strtok()??
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is pre-emptive data structure and explain it with example?
Can we assign integer value to char in c?
what is bitwise operator?