Is null always defined as 0(zero)?
what is a non volatile key word in c language?
what is dangling pointer?
What is c variable?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Write a c program to demonstrate Type casting in c?
what is event driven software and what is procedural driven software?
Write a program with dynamically allocation of variable.
Explain how can I manipulate strings of multibyte characters?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Define recursion in c.