what is the structure pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in c using only loops to print * * * * * *******
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
marge linklist
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
what is the need for main function in c?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Why is it that not all header files are declared in every C program?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What is ## preprocessor operator in c?
Why is this loop always executing once?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?