Explain the use of 'auto' keyword in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Give a method to count the number of ones in a 32 bit number?
What is wrong with this code?
write a program to convert a expression in polish notation (postfix) to inline (normal)
What is the difference between local variable and global variable in c?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
write a program to insert an element at the specified position in the given array in c language
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
Two's compliment of -5
What is integer constants?
what is the use of #pragma pack, wer it is used?
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r