What is sizeof array in c?
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
How do I get a null pointer in my programs?
How many types of operator or there in c?
What does a function declared as pascal do differently?
what is the difference between malloc() and calloc() function?
how to print "hai" in c?
What is the size of empty structure in c?
What is extern variable in c with example?
What is the difference between strcpy() and memcpy() function in c programming?
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++ ?
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.