What is sizeof array in c?


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

Post New Answer

More C Interview Questions

main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  


How do I get a null pointer in my programs?

0 Answers  


How many types of operator or there in c?

0 Answers  


What does a function declared as pascal do differently?

0 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  


how to print "hai" in c?

13 Answers   TCS,


What is the size of empty structure in c?

0 Answers  


What is extern variable in c with example?

0 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

25 Answers   Datamatics, Solartis, TCS, ThinkBox, Trine,


what defference between c and c++ ?

6 Answers  


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


Categories