What is a void * in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


What is the use of bitwise operator?

0 Answers  


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  






What is the difference between getch() and getche()?

1 Answers   NSPL,


What is null pointer constant?

0 Answers  


Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


what is the code for getting the output as * ** ***

5 Answers   Caritor,


What is identifiers in c with examples?

0 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


Categories