What is null character in c?
Explain the difference between the local variable and global variable in c?
How do you write a program which produces its own source code as output?
what are bitwise shift operators?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
give an example of type casting by a simple c program
Explain Linker and Loader
List the difference between a While & Do While loops?
could u able to tell about suresoft technical session
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
What is difference between array and pointer in c?
Can main () be called recursively?