Can u please send me the exam pattern and also Previous
papers to javed123go@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
totally how much header files r in c language
What is omp_num_threads?
What is array of structure in c?
write a program that explain #define and # undef directive
Explain what math functions are available for integers? For floating point?
write a c program to find biggest of 3 number without relational operator?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
program for reversing a selected line word by word when multiple lines are given without using strrev
how can be easily placed in TCS.
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
void main() { int i=5; printf("%d",i+++++i); }
What is the c language function prototype?