What is extern variable in c with example?
What is a Deque?
What are examples of structures?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Explain the term printf() and scanf() used in c language?
How can you return multiple values from a function?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Why preprocessor should come before source code?
What is action and transformation in spark?
Do you know the use of 'auto' keyword?
a=5 a=a++/++a