hello freinds next week my interview in reliance,nybody has
an idea about it intervew questions..so tell
No Answer is Posted For this Question
Be the First to Post Answer
If I have a char * variable pointing to the name of a function ..
What are the application of void data type in c?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
What is the difference between int main and void main in c?
How to add two numbers with using function?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Is that possible to add pointers to each other?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
In C, What is the #line used for?
What is Memory leakage ?
Write a program to check whether a number is prime or not using c?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }