What is sizeof in c?


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

Post New Answer

More C Interview Questions

differnce between do and do while

3 Answers   DOEACC,


Table of Sudoku n*n

0 Answers  


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


what is diffrence between string and character array?

1 Answers  






What is your stream meaning?

0 Answers  


Explain how do you sort filenames in a directory?

0 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


What are nested functions in c?

0 Answers  


Why is struct padding needed?

0 Answers  


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


Categories