What are local variables c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain #pragma statements.
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
Write a program using bitwise operators to invert even bits of a given number.
Do you know what are bitwise shift operators in c programming?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
what is a void pointer?
Write a program to generate prime factors of a given integer?
What is c basic?
Write a program to check whether a number is prime or not using c?
What does %c do in c?
Are local variables initialized to zero by default in c?