What is the difference between array and pointer?
Is it possible to initialize a variable at the time it was declared?
is forign key will be unique key any table or not?
HOW TO HANDLE EXCEPTIONS IN C
print the table 5 in loops
how to return 1000 variables from functio9n in c?plz give me code also
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
What is the purpose of 'register' keyword in c language?
How to implement variable argument functions ?
Explain Linker and Loader
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
what is level of tree if leaf node is at level 4.please explain.