What are qualifiers and modifiers c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the properties of union in c?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
tell me the full form of c?
How can I find out the size of a file, prior to reading it in?
Are there namespaces in c?
how could explain about job profile
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
plz answer..... a program that reads non-negative integer and computes and prints its factorial
write a program to fined second smallest and largest element in a given series of elements (without sorting)
What is difference between structure and union in c?
who is the founder of c
19 Answers College School Exams Tests, HP,
what is self refrential structure