wats SIZE_T meant for?
Answer / barun
int
But this size is compiler dependent depending on the
processor you are using. I mean on 32 bit or 64 machines.
| Is This Answer Correct ? | 2 Yes | 1 No |
How a string is stored in c?
What does void main return?
The differences between Windows XP and Windows Visa
who is the father of C Language?
20 Answers CTS, UST,
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
why arithmetic operation can’t be performed on a void pointer?
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Is c# a good language?