can we implement multi-threads in c.
Can we use any name in place of argv and argc as command line arguments?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
Which is the memory area not included in C program? give the reason
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
simple program for virtual function?
wat are the two methods for swapping two numbers without using temp variable??
What are the data types present in c?
write a progrmm in c language take user interface generate table using for loop?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
What is hash table in c?
What will be your course of action for a push operation?
What are .h files and what should I put in them?