What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
1 5372pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 9378#include
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
2 4928main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
3 7260Post New Excel C Interview Questions
Do you know about custom labels in salesforce?
How to do 301 redirects in codeigniter?
Kindly pls give me brief explanation about SAP SD CIN to under stand the basics & not give the entire configuration part it would be higly appreciated if some one help me at the earliest, regards, Srinu
Tell me how does python handle the memory management?
What is ‘has a’’ relationship in java?
How line capacitance & line inductance varies with increase in height tower.
Explain types of indexing in dbms?
How to handle on Audio Stream for a call in Android?
What are the five views of presentation?
What will happen if the armature resistance is in minimum position and the field resistance is in maximum position while starting the motor
What are the security types in asp.net?
how components may have extremely high mtbf and comparatively short mean life?
What do you understand by Bulls and Bears?
What is aura? Why do we use the aura: namespace in the code ? : salesforce lightning component
Can we create more than one object singleton class?