what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel
what is uses of .net
Can we increase size of array in c?
What does 3 periods mean in texting?
What is a file descriptor in c?
How do you define structure?
State the difference between realloc and free.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What are the concepts introduced in OOPs?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What do you mean by team??
what is array?
Describe the modifier in c?