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
Explain what is the general form of a c program?
What is #define size in c?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
Can a function argument have default value?
what is the format specifier for printing a pointer value?
What ios diff. Between %e & %f?
What is the difference between pure virtual function and virtual function?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
Is it possible to initialize a variable at the time it was declared?
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?
What are the different types of data structures in c?
simple program of graphics and their output display