Can a variable be both static and volatile in c?
Write a program to check prime number in c programming?
how can be easily placed in TCS.
What are the properties of union in c?
Which is the memory area not included in C program? give the reason
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Can a variable be both const and volatile?
Write a program to know whether the input number is an armstrong number.
What is data structure in c language?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
how to find the binary of a number?