What is array of structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
I heard that you have to include stdio.h before calling printf. Why?
program to print upper & lower triangle of a matrix
What are the different types of pointers used in c language?
What is #line used for?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What is static memory allocation?
What is Lazy evaluation in C? Give an example.
Write a program that can show the multiplication table.
without using control structures and control structures find the max and min of given 2 nos
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance