can any one tel me wt is the question pattern for NIC exam
No Answer is Posted For this Question
Be the First to Post Answer
What is a constant and types of constants in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
write a own function to compare two strings with out using stringcomparition function?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Can you please explain the difference between strcpy() and memcpy() function?
What should not contain a header file?
explain what is an endless loop?
What happens if header file is included twice?
formula to convert 2500mmh2o into m3/hr
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
Explain what are multibyte characters?
Compare interpreters and compilers.