When should I declare a function?
What are the ways to a null pointer can use in c programming language?
Name the language in which the compiler of "c" in written?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the scope of an external variable in c?
why do we use pointer instead directly acessing the data?
post new interiew question and aptitude test papers
write a program to swap two variables a=5 , b= 10 without using third variable