What is file in c preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
Can the curly brackets { } be used to enclose a single line of code?
what is constant pointer?
plz let me know how to become a telecom protocol tester. thank you.
a value that does not change during program execution a) variabe b) argument c) parameter d) none
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
What is modeling?
Binary tree traversing
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
What are nested functions in c?
What is getche() function?
What is a segmentation fault?
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.