How can I change their mode to binary?
No Answer is Posted For this Question
Be the First to Post Answer
What is bubble sort in c?
What is the difference between procedural and functional programming?
1. main() { printf("%d",printf("HelloSoft")); } Output?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
what are bit fields in c?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
regarding pointers concept