what are bit fields? What is the use of bit fields in a
structure declaration?
No Answer is Posted For this Question
Be the First to Post Answer
how we can make 3d venturing graphics on outer interface
What is C++
How can I find the day of the week given the date?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Is c programming hard?
declare afunction pointer to int printf(char *)?
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?
What is optimization in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Which is best linux os?