What are the types of functions in c?
What does sizeof return c?
What is use of integral promotions in c?
What are the types of data files?
1. main() { printf("%d",printf("HelloSoft")); } Output?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What ios diff. Between %e & %f?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
main() { printf("hello"); fork(); }
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?