Explain void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
What language is c written?
what do the 'c' and 'v' in argc and argv stand for?
Why can't we initialise member variable of a strucutre
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What are the types of macro formats?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
where does it flourished?
what does exit() do?
what does ‘Bus Error’ mean?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.