Hierarchy decides which operator
a) is most important
b) is used first
c) is fastest
d) operates on largest numbers
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What are runtime error?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is structure padding ?
Write a program to print fibonacci series without using recursion?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
Explain about the functions strcat() and strcmp()?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
Explain union.
Can we change the value of #define in c?