What are disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between far and near pointers?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What is the difference between fread and fwrite function?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
How will you allocate memory to double a pointer?
what are the languages used in c#?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Describe the steps to insert data into a singly linked list.
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
name the language for writing c compiler?
what is diognisis?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;