What does sizeof return c?


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

Post New Answer

More C Interview Questions

1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


What is the description for syntax errors?

0 Answers  


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


What are the c keywords?

0 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  






explain what is an endless loop?

0 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,


What is function prototype?

0 Answers  


What's the difference between constant char *p and char * constant p?

0 Answers   Celstream,


What is a char c?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


I need a sort of an approximate strcmp routine?

0 Answers  


Categories