Are there constructors in c?
No Answer is Posted For this Question
Be the First to Post Answer
. Write a program to get a string and to convert the 1st letter of it to uppercase
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
int x=5; printf("%d%d%d",x,x<<2,x>>2);
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
why should i select you?
where are auto variables stored? What are the characteristics of an auto variable?
write a program to insert an element at the specified position in the given array in c language
convert 12345 to 54321 withoutusing strig
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Is there a way to switch on strings?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
How can you convert integers to binary or hexadecimal?