What are the different types of constants?


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

Post New Answer

More C Interview Questions

What is conio h in c?

0 Answers  


biggest of two no's with out using if condition statement

5 Answers  


what is c programing

11 Answers   Wipro,


What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

0 Answers  






Find if a number is power of two or not?

1 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


What do you mean by a sequential access file?

0 Answers  


what is the advantage of software development

1 Answers  


what is the importance of spanning tree?

0 Answers  


what is the function of pragma directive in c?

0 Answers  


Categories