Hai sir,
I had planned to write the NIC scientific engineer exam ,
plz post the sample question......
Answer / Umesh Kumar
Here is a sample question for the NIC Scientific Engineer Exam in Category C:nnQuestion: A digital signal processing system is designed to process an input signal consisting of a sequence of sine waves with varying frequencies. The system uses a filter to remove any noise from the signal before further processing. Which of the following filters would be most suitable for this task, and why? (Provide a brief explanation along with relevant equations or concepts).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between the local variable and global variable in c?
what is pointer ? what is the use of pointer?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How arrays can be passed to a user defined function
Write a program in c to input a 5 digit number and print it in words.
What is the default value of local and global variables in c?
How to implement call back functions ?
Is printf a keyword?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What is the translation phases used in c language?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
How do you override a defined macro?