- 
                    
- 
                    
- 
                    Tricky C ProgramWrite a C program to find a peculiar two digit number which is three times the sum of its digits. Sum 0f 2 64 bits using 32 bitsHi,the question is you have cpu that knows to docomputations on 32 bits(unsigned integer).write a function that find the sum of 2 64 bits numbers using this cpu?there is a struct:typedef struct{ int low;(32 bits) int high;(32 bits)}64bit; What is a void pointer?A void pointer is a C convention for “a raw address.” The compiler has no idea what type of object a void Pointer “really points to.” If you write int *ip; ip points to an int. If you write void *p; p doesn’t point to a void! In C and C++, any time you need a void pointer, you can use another pointer type. For example, if you have a char*, you can pass it to a function that expects a void*. You don’t... Declare an array of N pointersHow do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters? How to write simple C Calender program ?Should return the week of the date C Armstrong Number and multiple coding questionsQ1. write a program to find a given number is armstrong number or not ?Q2write a program which accepts a filename as a command line argument and reverse the contents of the file(i.e first character becomes the last character of the file and so on ?Q3 how can i call a function given its name as a string ?Q4 How to swap low-order byte and high order byte in an integer without using temporary variable?Q5... Constant Variable ValueHow will you change the value of a constant variable in C? Volatile VariablesWhere does the variables with volatile keyword, gets stored?? 

It looks like you are using an AD Blocker!
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.

 
  
  
  Read Best Answer
                        Read Best Answer 
		
Ans