Explain what is a static function?
No Answer is Posted For this Question
Be the First to Post Answer
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
How the C program can be compiled?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
cavium networks written test pattern ..
How variables are declared in c?
What is substring in c?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
Differentiate Source Codes from Object Codes
write a program to print infinte number