What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
No Answer is Posted For this Question
Be the First to Post Answer
int x=sizeof(!5.856); What will value of variable x?
Do you know pointer in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
what is the difference between declaration and definition of a variable or function ?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Are pointers really faster than arrays?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4