Define the scope of static variables.
No Answer is Posted For this Question
Be the First to Post Answer
Given an unsigned integer, find if the number is power of 2?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is a symbolic constant?
can we change the default calling convention in c if yes than how.........?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Wt are the Buses in C Language
what is the difference between postfix and prefix unary increment operators?
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
Explain the use of bit fieild.
print a "hello" word without using printf n puts in c language
Bit swapping