How many levels deep can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
swapping of two numbers without using third variable using AND and OR operators
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
What is p in text message?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is the difference between call by value and call by reference in c?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
When should you not use a type cast?
How many loops are there in c?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
Explain what is meant by 'bit masking'?