Hai sir,
I had planned to write the NIC scientific engineer exam ,
plz post the sample question......
No Answer is Posted For this Question
Be the First to Post Answer
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What is time null in c?
How can I copy just a portion of a string?
What is gets() function?
How do you use a pointer to a function?
no consistent academics. how to answer the question
Two's compliment of -5
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
When should a type cast be used?
What's a good way to check for "close enough" floating-point equality?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
Explain how can you determine the size of an allocated portion of memory?