What is the use of sizeof () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What should malloc(0) do?
inline function is there in c language?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
Explain the properties of union. What is the size of a union variable
Is it cc or c in a letter?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
what are two kinds of java
Why is c so important?