What is bash c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of operators in c?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
Explain what are the standard predefined macros?
why TCS selected more student in the software field from all institution.
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
How can my program discover the complete pathname to the executable from which it was invoked?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is ponter?
What is a macro in c preprocessor?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is a pointer value and address in c?