What is the difference between array and pointer in c?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What is meant by 'bit masking'?
inline function is there in c language?
How many data structures are there in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is default value of global variable in c?
What is static memory allocation?
What does. int *x[](); means ?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these
why TCS selected more student in the software field from all institution.